From: Carlos G. A. <car...@te...> - 2003-07-20 08:30:36
|
Hello: > *string connectionString = > "User=SYSDBA;" + > "Password=masterkey;" + > "Database=\\w2k-server\\c:\\program files\\firebird\\login.gdb;" + > "DataSource=192.168.0.11;" + > "Port=3050;" + > "Dialect=3;" + > "Charset=NONE;" + > "Role=;" + > "Connection lifetime=15;" + > "Pooling=true;" + > "Packet Size=8192";* Which version of the NET Provider are you using ?? Try using: Database=c:\\program files\\firebird\\login.gdb; Server=192.168.0.11 -- Best regards Carlos Guzmán Álvarez Vigo-Spain |