June 24, 2010 at 12:05 pm
I am using a basic script that calls an ODBC connection on the computer to write records to our SQL 2008 database. It will write three records, return this message [Microsoft][ODBC SQL Server Driver][SQL Server]1 and then it will continue to write the next three records. This is a problem because I only get six of the seven records. I know that this message is returned because I write the information into a text file.
Could this message be a connection problem between the computer and the server? I haven't seen anything online like it yet. Is there a place on the server that might tell me more information so I can better diagnose this problem?
June 24, 2010 at 12:11 pm
Is that all that's returned? Can you show more code?
June 24, 2010 at 12:13 pm
That's all that the message returns.
[Microsoft][ODBC SQL Server Driver][SQL Server]1
Is there a place in the server that might tell me more information? I executed the insert statement that was attempted when the message was returned, but the query executed just fine. I'm wondering if this could just be some kind of connection problem.
April 17, 2013 at 2:49 pm
Hello, I know this is a really old thread, but did you ever figure it out? We are getting that same error.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply