From:
<car...@te...> - 2003-11-28 23:00:21
|
Hello: I have modified GdsAttachParams.cs for bring to work the code, originally ported from Jaybird, for allow the use of classical connections strings of Firebird, like: Database=localhost/3050:D:\TESTDB.GDB;User=SYSDBA;Password=masterkey;Dialect=3;... or Database=//localhost:3050/D:\TESTDB.GDB;User=SYSDBA;Password=masterkey;Dialect=3;... The database value will be parsed with this format when no specific datasource element was specified. (If i'm not wrong the second format is Java-Like, but as the code is ported from Jaybird i will allow it too) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |