Re: Emptying Table in ADO



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
.