Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove table from access
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Remove table from access
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00971993
Message ID:
00971993
Views:
55
Hi all,

I want to remove bound from access s' Table.
cf picture http://www.amline.be/S3.jpg


How can i Remove the table 'IFCOMPAN' FROM Stera2BOB.mdb By programming ?
PUBLIC oAccess AS ACCESS.APPLICATION
 
oAccess  = createobject('Access.Application')
 
oAccess.OpenCurrentDatabase( "C:\\BOB\\01\\Stera2BOB.mdb" , .T. )
 
*-- Here i have a error 
 oAccess.DoCmd.DeleteObject( 6 , 'IFCOMPAN' )
 
 oAccess.CloseCurrentDatabase()
oAccess.Quit()

thank for help and sory for my poor english....

bernhart
Reply
Map
View

Click here to load this message in the networking platform