Subject | Re: [firebird-support] insert script |
---|---|
Author | Mark Rotteveel |
Post date | 2011-11-30T09:01:42Z |
On Wed, 30 Nov 2011 14:02:15 +1300, Helen Borrie <helebor@...>
wrote:
script?
wrote:
> At 12:22 PM 30/11/2011, Net Newbie wrote:');
>>FB 2.5
>>
>>I need to insert data with a script. but get an error
>>
>>Invalid token.
>>Dynamic SQL Error.
>>SQL error code = -104.
>>Token unknown - line 2, column 1.
>>INSERT.
>>
>>
>>the script itself is like below- any ideas what is wrong?
>>
>>INSERT INTO CAR_MARK ("car_mark_id", "car_mark_name") VALUES (1, 'test
>>INSERT INTO CAR_MARK ("car_mark_id", "car_mark_name") VALUES (2, 'testAnd maybe also important: how (using what tool) are you executing this
>>two');
>>INSERT INTO CAR_MARK ("car_mark_id", "car_mark_name") VALUES (3, 'test
>>three');
>
> Show us what's at the end of line 1 !
script?