Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update record in Access Table
Message
 
To
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:
01283604
Views:
17
>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

And the error is?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform