From: David B <NO_...@ya...> - 2004-03-31 01:56:53
|
Hi I have just upgraded to the latest version of the 1.5 provider for .dot I have found that different versions take different connection string. two examples are below, note the server and datasource property have changed between the two. when did this change happen, and are we lightly to see any other changes in connection string. <add key="DbConnectionString" value="Database=E:\\TEST.FDB;User=SYSDB!;Password=masterkey;Dialect=3;Server =localhost;Pooling=false;DataSource=c3po"/> <!--This connection string does not work--> <add key="DbConnectionString" value="Database=E:\\TEST.FDB;User=SYSDB-;Password=masterkey;Dialect=3;Server =c3po;Pooling=false;"/> incidentally do I need to put the port number in, and is this always 3050, say I wanted to change the port, how exactly do I do it. cheers martin. |