From: Vladimir T. <pr...@hm...> - 2005-12-18 08:35:58
|
Hi Stevio, > I am working on an ASP web site with a Firebird database. > > I would like to make a DSN-less connection string to connect to the Firebird > database like I do with Access databases. Can anyone tell me what the > connection string should be like, and is there a open source or free odbc > driver that I can download from somewhere to work with this? Last snapshot OdbcJdbc here www.praktik.km.ua However it is better to wait for ver OdbcJdbc v2.0.0125 > > Is it possible to use the config alias that I use for my Delphi apps? Yes. > MM_cnLibrary2_STRING = "DRIVER={Gemini InterBase ODBC Driver > 2.0};PROTOCOL=2;SERVER=localhost;DATABASE=C:\Documents and > Settings\data\mydatabase.fdb;VERSION=6;DIALECT=3;OPTIONS=256;UID=sysdba;PWD= masterkey;" > %> see KEYWORD from http://www.praktik.km.ua/downloads/OdbcJdbcHtmlHelp.zip -- Best regards, Vladimir Tsvigun |