Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update record in Access Table
Message
From
21/01/2008 08:08:26
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01283533
Message ID:
01283578
Views:
13
Dear Sir,

Your command does not work, I try to use following command
public myconnection
myconnection = sqlstringconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq=e:\asoft\db1;Uid=admin;Pwd=")

lcSQL = ("Update Table1 SET sno=?THISFORM.text1.Value")
IF SQLEXEC(myconnection, lcSQL, 'table1') < 0
    AERROR(laError)
    MessageBox(laError[1,2])
ENDIF
This also does not work
Please help again
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform