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
 General SQL Server Forums
 New to SQL Server Programming
 Error sqlcode 8180

Author  Topic 

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2008-05-08 : 03:23:13
hi
i have table in sql2005 following error in aplication log

Error sqlcode 8180 (sqlstate: 42000, Return code: -1, diagRecNum: 2) during SQLExecute.
[Microsoft][ODBC SQL Server Driver][SQL Server]Statement(s) could not be prepared.
Flushed at \MSQL\msql_error.c : #544.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-05-08 : 04:20:00
It means the statement you tried to run is not valid.
I think you are building a dynamic SQL statement, right?



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2008-05-08 : 05:54:46
dear peso
i have just only open table
Go to Top of Page
   

- Advertisement -