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-09-05 : 08:43:53
|
| Magonando writes "I receive Err.Number from VB 6.0 after calling a stored procedure to add data to the server. This happens after adding the data. It does not give err.descriotion.What error is this and how can I solve this error?" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-09-05 : 08:44:58
|
| Um, how do you know an error occurred? An error of zero with no description doesn't sound like an error to me. Did the SP add the data correctly? |
 |
|
|
royv
Constraint Violating Yak Guru
455 Posts |
Posted - 2002-09-05 : 09:19:27
|
| An error number of 0 means there is no error.*************************Someone done told you wrong! |
 |
|
|
|
|
|