Subject RE: [IB-Conversions] problem with sql2gdb
Author Claudio Valderrama C.
> -----Original Message-----
> From: root [mailto:root]On Behalf Of Marcelo
> Sent: Domingo 19 de Noviembre de 2000 19:15
>
> Helen Borrie wrote:
>
> > At 12:51 AM 19-11-00 +0000, you wrote:
> > >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 ':'.

I don't know is this is a typo from the original writer, but I see a comma
after the last placeholder, before the right parenthesis.

C.