From:
<car...@te...> - 2004-03-28 12:54:29
|
Hello: > Also, after downloading the .NET 1.5.2 Provider, I found two > sample files, but they don't show how to use the embedded server. 1.5.X can't connect to the embedded server, you need to use 1.6 version > I would like to know what are the possible > arguments for the connection string, so that I can efficiently use this .Net > provider. I am just looking for some help here, can anyone direct me to it? Read the help of FbConnection.ConnectionString property (in the API docs), you have the complete list of arguments allowed in the ConnectionString, including the ServerType one that allow you to connect to the embedded server ( using ServerType=1 ). -- Best regards Carlos Guzmán Álvarez Vigo-Spain |