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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-01-31 : 09:34:04
|
| Jhun writes "What could be the possible causes of the error on client "database insert error"?" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-01-31 : 10:25:35
|
| Probably a failure to insert a record into a database.You will have to find out what it has done with the actual error info.Try nt event log and sql server error logs on the server.==========================================Cursors are useful if you don't know sql.Beer is not cold and it isn't fizzy. |
 |
|
|
lfmn
Posting Yak Master
141 Posts |
Posted - 2002-01-31 : 13:07:25
|
| Are you getting this error on an asp page? if so you can use the response.write to write your sql statement to the page and trouble shoot it that way.cursors are like hammers - sometimes you have to use them, but watch your thumb! |
 |
|
|
|
|
|