On Wed, Mar 11, 2009 at 04:13, Barbiturico76
<[email protected]> 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 because when I use FlameRobin
> 0.8.6 to read data, those strings are read correctly.
>
> I use the Firebird .NET Data Provider Version 2.1.0 for .NET 2.0 inside
> Visual Studio 2008 good installed and working.
>
> Maybe it is a problem of character encoding... I tried to understand
> this aspect but made no step ahead.
> What I know is that the original DB has ASCII charset (FlameRobin
> rules!), and in the connection string inside VB2008 the charset called
> is ASCII too.

If you use ASCII, than it's kind of weird storing/retrieving content
with these characters. Anyway in your application, you should probably
use unicode, as everything in .NET is unicode. I'm not supposing,
you're not doing some own conversions on client side.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to