Subject Re: [IBO] Insert/Post
Author Helen Borrie
At 03:28 PM 19-10-02 +0200, you wrote:
>The following message appears everytime I try to insert a record
>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?

Could you copy-paste your SQL property here?

Helen