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

Reply via email to