Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem inserting records into access table
Message
 
To
11/12/2003 16:22:12
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00858361
Message ID:
00858563
Views:
14
Most likely, the target access table "mytable" has more than two fields. So if you insert the new record indicating only two fields, those 'other' fields got null values. And null is not allowed for them.

>Hello
>I need to read and write a table contained in an MDB. I have gone the ODBC way, I can connect and read records via sqlexec() with no trouble. However, if I try to insert a record with:
>
>res = sqlexec(myconn, "insert into mytable (field1,field2) values (1,2)")
>
>it returns -1.
>The error message is
>"1526 Connectivity error.... [ODBC Microsoft Access Driver] Numeric value out of range (null)
>I tried listing all fields of the target table, same result. There are no nulls around..
>Any ideas?
>VFP7 SP1 on Win XP
>
>Thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform