From: Lee C. <lee...@ad...> - 2003-07-20 11:12:04
|
Thanks guys. Is there a description of available connection string options in the firebird NET Provider? Thank you! ----- Original Message ----- From: "Carlos Guzman Alvarez" <car...@te...> To: "Lee Connell" <lee...@ad...> Cc: <fir...@li...> Sent: Sunday, July 20, 2003 4:30 AM Subject: Re: [Firebird-net-provider] NET Provider remote connections > 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 > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |