on 2013 Aug 07 1:14 PM
Hi
I have an existing DB with Collation "1252LATIN1" and want to have it converted to "UTF8".
How do I do that?
Thanks
In general see Mikels answer, but also consider the following regarding schema changes:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The database collation cannot be changed without rebuilding the database file. You should unload your existing database and reload it into a new database (created with the UTF8 collation).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you're connecting via ODBC, and want to try a simple work around before a rebuild, in your odbc settings, enter UTF-8 in the character set in the advanced tab. i THINK the UTF-8 is case-sensitive. it works for me with ASA 11. i have not tested with other versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.