Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute Truncate command via AdoDb
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01476571
Message ID:
01476574
Vues:
49
>>Hi,
>>
>>Is it possible (and if yes, how) to execute a TRUNCATE command (e.g. "truncate table MyTable") over ADODB connection object?
>>
>>For example, here is a snippet of code to create the object:
>>
>>
>>oConn = CREATEOBJECT("ADODB.Connection")
>>oConn.ConnectionString = cConnString  
>>oConn.open()
>>
>>
>>The above code opens connection object which I can use for creating CursorAdapter. But I am at loss as to how to use it for TRUNCATE command.
>>
>>TIA.
>
>Try
>
>oConn.Execute('Truncate table myTable')
I will try. Thanks.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform