Re: Emptying Table in ADO
- From: "Ihsan" <ihsa@xxxxxxxxx>
- Date: Sat, 30 Apr 2005 20:17:25 +0800
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
.
- Follow-Ups:
- Re: Emptying Table in ADO
- From: Viatcheslav V. Vassiliev
- Re: Emptying Table in ADO
- References:
- Emptying Table in ADO
- From: Ihsan
- Re: Emptying Table in ADO
- From: Jeremy Collins
- Emptying Table in ADO
- Prev by Date: Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Next by Date: Re: Emptying Table in ADO
- Previous by thread: Re: Emptying Table in ADO
- Next by thread: Re: Emptying Table in ADO
- Index(es):
Relevant Pages
|