Subject | Re: [IBO] Insert/Post |
---|---|
Author | Helen Borrie |
Post date | 2002-10-19T14:24:12Z |
At 03:28 PM 19-10-02 +0200, you wrote:
Helen
>The following message appears everytime I try to insert a recordCould you copy-paste your SQL property here?
>using a TIBOquery with a live resultset.
>The system generates the UpdateSQL text and that is causing the
>error.
>
>ISC ERROR CODE:335544569
>
>ISC ERROR MESSAGE:
>Dynamic SQL Error
>SQL error code = -104
>
>Token unknown - line 2, char 11
>The token is an apostrophe: '
>
>The TIBStatement it generates is:
>
>'INSERT INTO MALO_AFD'#$D#$A'( MALO_AFD.AFD'#$D#$A',
>MALO_AFD.P_KEY)'#$D#$A'VALUES '#$D#$A'( :MALO_AFD.AFD'#$D#$A',
>:MALO_AFD.P_KEY)'#$D#$A
>
>Any idea?
Helen