From:
<car...@te...> - 2002-12-31 23:27:52
|
Hello: > Hi- > > I am trying to connect to a Firebird Database running on RH 8.0 Linux from a > C# client app on an Windows XP machine without any luck. My connect string > looks like this: > > this.fbConn.ConnectionString = > "Provider=Firebird.Net;Database=/usr/local/firebird/examples/employee.gdb;Us > er=SYSDBA;Password=qo97KZnZ;Dialect=3;Server=delllinux;Port=3050"; > > The app sits for a long time, but eventually I get the message Object > reference not set to an instance of an object. > This : Provider=Firebird.Net is not needed since Alpha 1 which version of the .Net Provider are you using?? Other question this: qo97KZnZ is the real password or the password encrypted ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |