Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem inserting records into access table
Message
From
11/12/2003 16:22:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problem inserting records into access table
Miscellaneous
Thread ID:
00858361
Message ID:
00858361
Views:
74
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!
Next
Reply
Map
View

Click here to load this message in the networking platform