Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to VFP-DOA delete table from MDB?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00865579
Message ID:
00865587
Views:
38
Something like:
oAccess = CreateObject("Access.Application")
lc="c:\fixedassetlist.mdb"
oAccess.OpenCurrentDatabase(lc)
oAccess.CurrentDb.TableDefs.Delete(table_name)
........
>Did the footwork and checked around, found some RJO script - but it didn't make sense. Is there a way to delete an access table from an access MDB inside a VFP app (or command window, evun)?
>
>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform