Click here to Skip to main content
15,921,113 members
Home / Discussions / Database
   

Database

 
GeneralRe: Microsoft Desktop Engine Pin
jimpar19-Apr-04 4:30
jimpar19-Apr-04 4:30 
GeneralProblem in Using ADO in Visual C++ with SQL Server Pin
Touseef Afzal17-Apr-04 9:38
Touseef Afzal17-Apr-04 9:38 
GeneralRe: Problem in Using ADO in Visual C++ with SQL Server Pin
Hesham Amin17-Apr-04 20:46
Hesham Amin17-Apr-04 20:46 
GeneralRe: Problem in Using ADO in Visual C++ with SQL Server Pin
Roger Wright19-Apr-04 7:05
professionalRoger Wright19-Apr-04 7:05 
GeneralDatabase Results Strategy Pin
earl17-Apr-04 9:18
earl17-Apr-04 9:18 
Generalget DB Schema Pin
Silly Boy17-Apr-04 3:33
Silly Boy17-Apr-04 3:33 
GeneralRe: get DB Schema Pin
Mazdak17-Apr-04 3:39
Mazdak17-Apr-04 3:39 
GeneralUsing OJB.NET in an application Pin
ingramj17-Apr-04 2:01
ingramj17-Apr-04 2:01 
Hello,

My name is Jon Ingram and I am 16 years old. I am not sure whether this message should be posted in this forum but i'll put it here anyway.

You might know the OJB tutorial at http://ojb-net.sourceforge.net/[^]. I thought that to fully understand Ojb.Net I would try and create a similar application. My problem is with referencing: after I have added a reference to ojb.Net.Framework, ojb.Net.Common, ojb.Net.Core and ojb.Net.Facade I get three Build Errors:

1.Error: The dependency 'nunit.framework, Version=2.0.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' in project 'Car.Ojb.Net' cannot be copied to the run directory because it would conflict with dependency 'nunit.framework, Version=2.1.4.0, Culture=neutral'.

2.Error: The dependency 'nunit.framework, Version=2.1.4.0, Culture=neutral' in project 'Car.Ojb.Net' cannot be copied to the run directory because it would conflict with dependency 'nunit.framework, Version=2.0.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77'.

3.D:\Documents and Settings\Administrator\Desktop\Programming\Car.Ojb.Net\Car.cs(12): The type or namespace name 'Facade' does not exist in the class or namespace 'Car.Ojb.Net' (are you missing an assembly reference?)

With errors 1 and 2 I added three references: nunit.framework.dll, nunit.uikit.dll and nunit.util.dll but then I get another build error:

Warning: The dependency 'nunit.framework, Version=2.0.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' in project 'Car.Ojb.Net' cannot be copied to the run directory because it would overwrite the reference 'nunit.framework, Version=2.1.4.0, Culture=neutral'.


The third error is very stange because I have already made a reference to Ojb.Net as shown below:

using System;
using System.Collections;
using Ojb.Net.Facade.Persist;
using Ojb.Net.Facade.Po;

namespace Car.Ojb.Net
{
///
/// Summary description for Car.Ojb.Net.
///

[Serializable]
class Car : Ojb.Net.Facade.Po.EditableObject
{
..........

Can someone who knows something about Ojb.Net help me?


Kind thanks to anyone who helps me!
Jon Ingram
GeneralPlease Help !!!. How to set a backup sql server Pin
Member 101882317-Apr-04 1:09
Member 101882317-Apr-04 1:09 
GeneralRe: Please Help !!!. How to set a backup sql server Pin
RichardGrimmer18-Apr-04 22:21
RichardGrimmer18-Apr-04 22:21 
GeneralAdding an unseparated date/time value to MSDE Pin
monrobot1316-Apr-04 14:08
monrobot1316-Apr-04 14:08 
GeneralRe: Adding an unseparated date/time value to MSDE Pin
monrobot1316-Apr-04 14:56
monrobot1316-Apr-04 14:56 
QuestionReturning data using XML EXPLICIT in SQL2000 ??? Pin
mittalpa16-Apr-04 7:06
mittalpa16-Apr-04 7:06 
AnswerRe: Returning data using XML EXPLICIT in SQL2000 ??? Pin
Mike Dimmick16-Apr-04 10:23
Mike Dimmick16-Apr-04 10:23 
GeneralRe: Returning data using XML EXPLICIT in SQL2000 ??? Pin
mittalpa16-Apr-04 19:35
mittalpa16-Apr-04 19:35 
GeneralDuplicate a database Pin
OmegaSupreme16-Apr-04 4:51
OmegaSupreme16-Apr-04 4:51 
GeneralRe: Duplicate a database Pin
RichardGrimmer16-Apr-04 5:51
RichardGrimmer16-Apr-04 5:51 
GeneralRe: Duplicate a database Pin
OmegaSupreme16-Apr-04 6:18
OmegaSupreme16-Apr-04 6:18 
GeneralRe: Duplicate a database Pin
RichardGrimmer16-Apr-04 6:35
RichardGrimmer16-Apr-04 6:35 
GeneralRe: Duplicate a database Pin
OmegaSupreme16-Apr-04 7:55
OmegaSupreme16-Apr-04 7:55 
GeneralRe: Duplicate a database Pin
refugeees19-Apr-04 20:51
refugeees19-Apr-04 20:51 
GeneralDisplay records from Oracle Pin
bearOrangeToezz15-Apr-04 23:01
bearOrangeToezz15-Apr-04 23:01 
GeneralRe: Display records from Oracle Pin
RichardGrimmer20-Apr-04 22:09
RichardGrimmer20-Apr-04 22:09 
GeneralAssistance please Pin
Gary Ranson15-Apr-04 5:25
Gary Ranson15-Apr-04 5:25 
GeneralStrongly typed DataSet from a web service Pin
bjoernen15-Apr-04 2:51
bjoernen15-Apr-04 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.