Subject SV: [firebird-support] insert script
Author Poul Dige
My guess is that you don't use a script tool but a normal SQL-tool in e.g. IBExpert?

Regards,
Poul


Fra: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] På vegne af Net Newbie
Sendt: 30. november 2011 00:23
Til: firebird-support@yahoogroups.com
Emne: [firebird-support] insert script



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, 'test
two');
INSERT INTO CAR_MARK ("car_mark_id", "car_mark_name") VALUES (3, 'test
three');



[Non-text portions of this message have been removed]