I have an UTF-8 encoded file that I want to read data from and put in a table.
To do this correctly, I would need to know the following:
-
What is the default encoding in Access 2007, if you just create a database and create a table and create some fields without changing any default settings?
-
Can something in a database be encoded with a different encoding than the default one? I.e. can this be set, like it can for all other databases?
-
If so, on what “level”? I.e. for the whole database, a whole table, or individual fields?
I RTFM’d.
UTF-8.
No (from googling). You can get your text converted to UTF-8 at import by setting Connection Charset for the “source” Datasource.
See 2.