|
-
Mar 25th, 2008, 03:03 PM
#2
Re: How to catch this exception? [2003]
The problem is just like it says... you can't insert a NULL value when the table is expecting a number.... presumably it's one of the dropdown you've got there that's expecting a number, only nothing was sleected, so it tried to insert a NULL value instead....only that doesn't work.
You'll need to look to see what events fire off when... see if there's a before move, or something that fires before actually moving to a new row. From there you should be able to see everything going on, and validate your data before moving to the new row.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|