Re: Emptying Table in ADO
- From: "Viatcheslav V. Vassiliev" <support@xxxxxxxxxxxxxxx>
- Date: Sat, 30 Apr 2005 18:08:10 +0400
Execute this TADOCommand, do not use TADODataSet or TADOQuery.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Ihsan" <ihsa@xxxxxxxxx> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:4273776b$1@xxxxxxxxxxxxxxxxxxxxxxxxx
>
> Thanks, but it doesnt work. Im receiving error msg 'CommandText does not
> return a result set' Please help.
>
> "Jeremy Collins" <jd.collins@xxxxxxxxxxxxxxxx> wrote in message
> news:op.spzli6ys4al0tm@xxxxxxxxx
>> On Fri, 29 Apr 2005 09:44:58 +0100, Ihsan <ihsa@xxxxxxxxx> wrote:
>>
>>> Hi!
>>> Anyone can suggest the best way of emptying table in ado?
>>
>> Use ADO to execute the following SQL statement:
>>
>> DELETE FROM tb_mytable
>>
>> --
>> jc
>
>
.
- References:
- Emptying Table in ADO
- From: Ihsan
- Re: Emptying Table in ADO
- From: Jeremy Collins
- Re: Emptying Table in ADO
- From: Ihsan
- Emptying Table in ADO
- Prev by Date: Re: Emptying Table in ADO
- Next by Date: Storing and displaying pictures with MS Access -D7
- Previous by thread: Re: Emptying Table in ADO
- Next by thread: TAdoQuery not closing the connection ?
- Index(es):
Relevant Pages
|