RE: [DUG]: TQuery, TUpdateSQL and Insert

1999-04-17 Thread Tony Blomfield
ou, but is OK for small numbers of inserts.     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Lowman Sent: Friday, 16 April 1999 17:44 To: Multiple recipients of list delphi Subject: [DUG]: TQuery, TUpdateSQL and Insert Hi All   Anyone tell me ho

Re: [DUG]: TQuery, TUpdateSQL and Insert

1999-04-16 Thread Greg Nixon
list delphi <[EMAIL PROTECTED]>Date: Friday, 16 April 1999 20:00Subject: [DUG]: TQuery, TUpdateSQL and Insert Hi All   Anyone tell me how to use a TQuery with an update component to insert a new record.   I have managed to do it so far in the following way

[DUG]: TQuery, TUpdateSQL and Insert

1999-04-15 Thread Paul Lowman
Hi All   Anyone tell me how to use a TQuery with an update component to insert a new record.   I have managed to do it so far in the following way :   with dmGlobal.qryWindLog do begin Close; SQL.Clear; SQL.Add('