run time error
-
hi, the message in debug show "Run-Time Check Failure #2 - Stack around the variable 'ls_BureauID' was corrupted!" what's the meaning? thanks!
-
hi, the message in debug show "Run-Time Check Failure #2 - Stack around the variable 'ls_BureauID' was corrupted!" what's the meaning? thanks!
-
the field is defined as char ls_BureauID[4],now this problem has been resolved by enlarging it's length,but i want to know some more run time knowledge,for when and why this prompt come out? thanks!
-
hi, the message in debug show "Run-Time Check Failure #2 - Stack around the variable 'ls_BureauID' was corrupted!" what's the meaning? thanks!
Sounds more like a C++ issue than a SQL, ADO or ADO.NET issue, unless SQL Server itself is giving this error. Your C++ code is probably overrunning a stack-based buffer. Stability. What an interesting concept. -- Chris Maunder