Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Into Access table
Message
From
04/06/2002 08:33:30
 
 
To
04/06/2002 08:09:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00664348
Message ID:
00664393
Views:
24
I was think mytable.no is numeric... Try this:

SQLEXEC(lnAccess,"INSERT INTO mytable (mytable.no,mytable.batch,mytable.filename) VALUES ('" + tmpdata.no + "', '" + tmpdata.batch + "', '" + tmpdata.filename + "')")

Also, you do not need third parameter in SQLEXEC - your statement do not return result.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform