Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update an mdb database(access)
Message
From
07/06/2004 15:32:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Update an mdb database(access)
Miscellaneous
Thread ID:
00910886
Message ID:
00910886
Views:
49
Hello,
I have a curso un VFP, in it i have number of documents, this documents have a field with .T., I want update this field in an access database.
For example i have:
vfp cursor -> micursor
field of the cursor ->nrodoc
field of the access table -> documento
odbc for access -> miodbc
table of access -> mitable
field of table for update -> estado

manejo = sqlconnect("miodbc")
=sqlexec(manejo,"update mitable set estado = .t. where document in micursor))
=sqldisconnect(manejo)
Could you help me ?
Next
Reply
Map
View

Click here to load this message in the networking platform