Graeme also suggested similar approach, tested by me and confirmed. It
is maybe elementary knowledge but not for unexperienced SQL users like
me. Thank you for your time.

Panagiotis
 
Στις 15-03-2006, ημέρα Τετ, και ώρα 15:51 -0500, ο/η Alexandre Leclerc
έγραψε:
> On 3/15/06, Panagiotis Sidiropoulos <[EMAIL PROTECTED]> wrote:
> >      SQLQuery.Open;
> 
> Well, in Delphi the error would be obivious. 'Open' is for select
> statement, all other statements must be 'Execute'.
> 
> So try something like:
> SQLQuery.Execute;
> 
> (This is from memory, the actual procedure/function could be different.)
> 
> Regards.
> 
> --
> Alexandre Leclerc
> 
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives
> 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to