on 2010 May 12 7:10 PM
I'm attempting to connect to a 3rd-party database. They're using SQLA9. At one time, I was able to connect with the SQLA10 drivers without a problem. Unfortunately, I cannot find the distributables for SQLA10 and had to use the SQLA11 drivers when the customer's machine got reimaged. All connection properties are the same and nothing has changed on the 3rd-party database/server side. Yet when I connect, I get an error:
SQLCode: -1
DB Code: -868
Error: SQLSTATE = S1000
[Sybase][ODBC Driver][SQL Anywhere]'UTF-8' is an unknown character set label
Request clarification before answering.
Even though you've resolved the problem, this might help:
UTF8 collation was deprecated in SQL Anywhere 10.0.0. This new collation is UTF8BIN. Not sure if specifying CS=UTF8BIN will work, but it's worth a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.