Subject problem with sql2gdb
Author Enrique I.Rodriguez
I tryed to convert my .mdb to interbase's .sql with sql2gdb but all
the INSERT's I got are as abobe:

INSERT INTO "mytable" (
"field1",
"field2",
"field3",
) VALUES (
:"field1",
:"field2",
:"field3",
)
;

That ist, I don't get the values but only the names preceding of ':'.