Dear Leon ,
Thanks for your help , now i have installed firebird on windows2000 in dir F:\tools\firebird, i have also down loded the interclient and installed it in the F:\tools\InterClient Now i created one application in turbine and went to the build.property file and changed the database parameter as following databaseUrl = jdbc:interbase://127.0.0.1/F:/Tools/Firebird/TestApplication1 databaseDriver = interbase.interclient.driver databaseUser = test1 databasePassword = test1 databaseHost = 127.0.0.1 Now when i am trying to build the application using ant , its giving error saying --jdbc interbase.interclinet driver could not be found so my question is -- 1 . where to put the Interbase driver . 2.how to make data base function , as do we require to write adaptor class or make some changes so as to make it work with turbine . Thanks for yr help and support , regards suvanjay ----- Original Message ----- From: "Leon Messerschmidt" <[EMAIL PROTECTED]> To: "Turbine Developers List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 9:54 PM Subject: Re: INTERBASE support > Hello Suvanjay, > > I prefer to use Interbase as an Open Source alternative on Windows machines. > Here is a configuration for Interbase 6 + Interclient on a Windows 2000 > Server: > > database.default.driver=interbase.interclient.Driver > database.default.url=jdbc:interbase://localhost/d:/dir/localdb.gdb > database.default.username=me > database.default.password=secret > > database.adaptor=DBInterbase > database.adaptor.DBInterbase=interbase.interclient.Driver > > ~ Leon > > ----- Original Message ----- > From: "suvanjay" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 02, 2001 1:09 PM > Subject: INTERBASE support > > > hello friends , > > Do turbine support the InterBase database like (MySql, oracle etc ). > > regards > suv > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
