Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute Truncate command via AdoDb
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01476571
Message ID:
01476574
Views:
48
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform