|
-
Nov 20th, 2006, 10:14 AM
#6
Re: inserting into database
If the fields in your access table do not allow null, then you can't insert a null value to it.... So you need to find out the specs for that table, things like field names and data types, allows null or not.... If any field that does not allow null, then you have to supply a default value for that field.
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
|