Quote:
SYMPTOMS
When you use the Microsoft ODBC Driver for SQL Server 2000, you receive the "Syntax Error Or Access violation" error message when you submit a stored procedure parameter that ends with the three ASCII characters in the following exact sequence: 0x0D, 0x1C, and 0x0D.
RESOLUTION
A supported fix is now available from Microsoft, but it is only intended to correct the problem described in this article. Only apply it to systems that are experiencing this specific problem. This fix may receive additional testing to further ensure product quality. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Microsoft Data Access Components (MDAC) 2.8 that contains this fix.
Im passing in a guid as one of the parameters... yep, its the same guid() problem. Wonedr why it keeps inserting junk at the end of my guids? Anyway, snipping time.