|
Rasha, Carlos; 1. I did a build of the
HEAD and it works fine using the connect string as follows: conn = new
FbConnection(@"Database=D:\\VisualAttorney_DATA\DATABASE.FDB;ServerType=1"); 2. RC5 does not work with conn = new
FbConnection(@"Database=D:\\VisualAttorney_DATA\DATABASE.FDB;ServerType=1"); I added
the Charset=NONE parameter to the connect string for RC5 and it worked. conn = new
FbConnection(@"Database=D:\\VisualAttorney_DATA\DATABASE.FDB;ServerType=1;Charset=NONE"); So it
appears that the problem with RC5 is that is requires the Charset=NONE
parameter which of course in Firebird Embedded is not a required parameter
since the default is NONE. In that the HEAD in CVS does not have this problem I
would guess that future builds will be fixed. Warren Anderson From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rasha Have you tried supplying
Charset with your connection string? I think that will work.. On 6/20/06, Carlos
Guzmán Álvarez <
[EMAIL PROTECTED]> wrote: Hello: |
_______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
