From:
<car...@te...> - 2003-12-04 11:22:32
|
Hello: > (4) FirebirdSql.Data.FbClient.dll As Pierre Arnaud has suggested to me i'm going to change this assembly name to: FirebirdSql.Data.Embedded.dll In first place i was thinking on use it for the fbclient.dll too but as the primary goal is to get support for the embedded server second name is more correct. For know which client assembly to use i will use a "ServerType" parameter in the connection string: * ServerType = 0 For Super Server and Classic Server using the pure C# GDS. * ServerType = 1 For Embedded server using the PInvoke GDS. As always opinions are very welcome. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |