Hi, I would appreciate it if someone could help.

 

I am I South Africa and is developing an application for use in South
Africa, France and Italy. Therefore the application and database has to
support the French and Italian special characters.

 

I created the database using IBExpert with a default character set as shown
below

 

SET NAMES ISO8859_1;

CREATE DATABASE 'D:\Projects\Intertrade\Tech\Database\FRANCECROCO V26.FDB'

USER 'SYSDBA' PASSWORD 'masterkey'

PAGE_SIZE 8192

DEFAULT CHARACTER SET ISO8859_1;

 

So I am assuming that all text type fields will default to this character
set.

 

My application is developed in .NET 2 VS2005 and am using .NET client 2.0.1

 

My application sets the character set to ISO8859_1 when connecting to the
database. When I connect to the database and want to access some data that
the customer has updated, I get the transliteration error. Data that the
customer has not touched i.e. does not contain special characters shows ok.

 

What else do I need to do?

 

Thanks

Louis

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to