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
Sent: Tuesday, June 20, 2006 5:27 PM
To: For users and developers of the Firebird .NET providers
Subject: Re: [Firebird-net-provider] Connection to Embedded 1.5.3 Serverfails with RC5, worked with RC3

 

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:
> I suppose I could try to trace through the Provider code if I had the
> correct CVS tag to checkout the right build.
>
Get the HEAD, if you want i can send to you a copy of the CVS sources :)


--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

No hay un solo rey que no descienda de un esclavo,
ni un esclavo que no haya tenido reyes en su familia.



_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

 

_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to