From: Lee C. <lee...@ad...> - 2003-07-20 05:20:55
|
Carlos, I am having a problem using the NET Provider for framework 1.1. I = cannot get it to connect to a remote database on my network. It keeps = telling me cannot connect to host "localhost". Below is the parameters = I am using, I tried all different combinations of assigning the remote = host. What am I doing wrong here? string connectionString =3D "User=3DSYSDBA;" + "Password=3Dmasterkey;" + "Database=3D\\w2k-server\\c:\\program files\\firebird\\login.gdb;" + "DataSource=3D192.168.0.11;" + "Port=3D3050;" + "Dialect=3D3;" + "Charset=3DNONE;" + "Role=3D;" + "Connection lifetime=3D15;" + "Pooling=3Dtrue;" + "Packet Size=3D8192"; Thanks, Lee |