Carlos:
 
  When I connect to database server in CF the connection works fine, but when I try to fill a dataset with a dataadapter, then an error is raised.

If I put charset=iso8859_1 in connection string an error is raised

 -- > Can you try this under .net cf, Encoding.GetEncoding("iso-8859-1") and let me know the result.

I imagine I have to put this Encoding.GetEncoding("iso-8859-1")  after connection string. Isn't it?. I try this but error appears again (with connection , no with dataset).

Really the error is with charset because I've changed the charset asigned at one field on database and the the code works fine.

Thanks
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to