MySQL Forums
Forum List  »  Microsoft Access

Re: How can i transfer my data without any character problem
Posted by: arda tekin
Date: September 19, 2005 02:57PM

Ok I found the problem:

When installing database, in the configure wizard
Select Latin5 for DB language.

In the migratin process:
Migration of type Schema
charset=latin5, collation=latin5_turkish_ci

Migration of type Table
addAutoincrement=yes, charset=latin5, collation=latin5_turkish_ci, engine=INNODB

Thats all.

For the .net developers: Rebuild .net connector v.1.0.5 from source...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How can i transfer my data without any character problem
1966
September 19, 2005 02:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.