Re: Error Deleting From Table
From: David (dfm_at_cmgasia.com.hk)
Date: 03/24/04
- Next message: John Faris: "Conversion from BDE to ADO"
- Previous message: Paul Redstone: "Re: Undefined function accessing dBase"
- In reply to: Greg Cheek: "Error Deleting From Table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Mar 2004 15:49:33 +0800
Greg Cheek <greg.cheek@acs-inc.com> wrote in message
news:40610d40$1@newsgroups.borland.com...
> table name - Proc
>
> query.sql.add(Delete From Proc);
> query.ExecSQL;
> What's wrong with this statement,
> please help
>
>
> Thanks
> GSC
>
>
Not sure without your error message but I would
query.sql.clear; // just to make sure
query.sql.add('delete from proc');
query.execsql;
David
- Next message: John Faris: "Conversion from BDE to ADO"
- Previous message: Paul Redstone: "Re: Undefined function accessing dBase"
- In reply to: Greg Cheek: "Error Deleting From Table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|