Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
dlg_1
Starting Member
7 Posts |
Posted - 2002-03-18 : 10:44:30
|
| another MS bug, and I need to disable tranlation services in SQL Server."BUG: Character Translation Causes 105, Unclosed Quote Error" MSDNusing VB to input recordsetthanks! |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-18 : 11:14:55
|
| Go to the ODBC control panel and edit the DSN you're using to connect to SQL Server. The last tab of the ODBC wizard has a check box for "Perform translation for character data" or something similar; make sure to uncheck that box. |
 |
|
|
|
|
|