Subject | ConnectionString setting datasource |
---|---|
Author | Muthu Annamalai |
Post date | 2008-01-18T17:52:40Z |
On a LAN from a client, is there anyway we can set the path of the
server which is running on another machine.
Our Connection String is as follows
User=SYSDBA;
Password=masterkey;
Datasource=blackdell;
port=3050;
Database=C:\Store.fdb;
Dialect=3;
Charset=NONE;
Role=;
Pooling=true;
MinPoolSize=0;
MaxPoolSize=50;
PacketSize=8192;
ServerType=0;
On customer installation this connection string is not modifiable.
Programatically I can set the datasource, but I am scared to do that
as it slows down the db access.
Hence is there anyway I can set the datasource in a client machine
without setting it in connection string.
Thanks!
Muthu Annamalai
server which is running on another machine.
Our Connection String is as follows
User=SYSDBA;
Password=masterkey;
Datasource=blackdell;
port=3050;
Database=C:\Store.fdb;
Dialect=3;
Charset=NONE;
Role=;
Pooling=true;
MinPoolSize=0;
MaxPoolSize=50;
PacketSize=8192;
ServerType=0;
On customer installation this connection string is not modifiable.
Programatically I can set the datasource, but I am scared to do that
as it slows down the db access.
Hence is there anyway I can set the datasource in a client machine
without setting it in connection string.
Thanks!
Muthu Annamalai