Subject | problem with sql2gdb |
---|---|
Author | Enrique I.Rodriguez |
Post date | 2000-11-19T00:51:24Z |
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 ':'.
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 ':'.