Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove table from access
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Remove table from access
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00971993
Message ID:
00971993
Vues:
54
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
Répondre
Fil
Voir

Click here to load this message in the networking platform