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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 How do I disable translation on SQL Server

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" MSDN

using VB to input recordset

thanks!

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.

Go to Top of Page
   

- Advertisement -