Re: [Firebird-net-provider] Charset problems

2009-03-11 Thread Mercea Paul
Hi I think you could use 2 solution: 1. you could add charset to your connection string: FbConnectionStringBuilder fbcs = new FbConnectionStringBuilder(); fbcs.Database = @C:\Data\myDb.fdb; fbcs.Charset = NONE; - put your charset... .

Re: [Firebird-net-provider] Problem using provider with IIS 7

2009-03-11 Thread Daniel Rail
Hi, At Tuesday, March 10, 2009, 7:22 PM, Jiri Cincura wrote: Do you have record in DbProviderFactories in machine.config for 64b? Thanks, that worked. And, I did forget about it. -- Best regards, Daniel Rail Senior Software Developer ACCRA Solutions Inc. (www.accra.ca) ACCRA Med

Re: [Firebird-net-provider] using Firebird 2.01 client with Windows Mobile 5 or 6.1

2009-03-11 Thread Jiri Cincura
On Wed, Mar 11, 2009 at 17:41, E.D. Epperson edepper...@insightbb.com wrote: I read somewhere that you could use FirebirdClient on Windows Mobile.  Is that correct? Yes. If so, is there any documentation on how to do it?  Any examples?  Any gotchas you need to know about? No documentation.

Re: [Firebird-net-provider] Charset problems

2009-03-11 Thread Luca
Mercea Paul ha scritto: Hi I think you could use 2 solution: 1. you could add charset to your connection string: FbConnectionStringBuilder fbcs = new FbConnectionStringBuilder(); fbcs.Database = @C:\Data\myDb.fdb; fbcs.Charset = NONE; - put your

Re: [Firebird-net-provider] Charset problems

2009-03-11 Thread Jiri Cincura
On Wed, Mar 11, 2009 at 04:13, Barbiturico76 lucadomenos...@nospuminwind.it wrote: When I get data (text) from VarChar fields or Blob type 0 fields, I always receive the char '?' instead of 'à', 'é', 'ì', 'ò' or 'ù' and I really cannot understand why. The data are correctly stored in the DB