Re: [OJB-developers] Help with MS SQL Server
Brought to you by:
thma
From: Chris G. <CGr...@de...> - 2002-04-02 13:07:08
|
Anil, You need to modify the build.xml file, changing the tag <property name="HSSQLDB" value="+HSSQLDB"/> to <property name="HSSQLDB" value="-HSSQLDB"/> and changing <property name="MSSQLSERVER2000" value="-MSSQLSERVER2000"/> to <property name="MSSQLSERVER2000" value="+MSSQLSERVER2000"/> This will cause the preprocessor that OJB uses to modify the db-setup.xml file to include the correct information. You also need to go into the db-setup.sql file to make sure the JDBC connection info in the MSSQLSERVER2000 section is setup correctly. Cheers, Chris Greenlee > Hi, > I am new to OJB. I need help configuring with MS SQL Server. > I modified repository.xml file to use proper driver and commented out > hsqldb, still when I run ant tests, its picking up hsqldb ? I would > appreciate if anyone can help me out. > > Thanks, > > Anil Kona > Software Engineer > Motiva, Inc. > ani...@mo... > (925) 600-2928 (Work) > (925) 209-7972 (Mobile) > > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |