Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to VFP-DOA delete records from MDB fich ?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to VFP-DOA delete records from MDB fich ?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00958441
Message ID:
00958441
Views:
51
*--> build connection string
lcConnectionStr = "DRIVER={Microsoft Access Driver (*.mdb)};" +;
                  "Dbq=" + B +;
                  "Uid=username;" +;
                  "Pwd=password;"


*--> connect to Access database
lnAccess = SQLSTRINGCONNECT(lcConnectionStr)
How to VFP-DOA delete records from MDB fich ?

Thank in advance

bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform