Subject Re: problems width storing data
Author popajcic
--- In ib-support@y..., Helen Borrie <helebor@t...> wrote:
> At 09:17 AM 14-10-02 +0000, Djordje Popovic wrote:
> >I'm new user of firebird database and I have problem width
inserting
> >data into my table:
> >INSERT INTO users VALUES(1, 'George', 'Washington');
> >
> >(table users has columns(int(5), varchar(30), varchar(30)) and
when i
> >execute it width isql I get a message: error converting from
> >string "BLOB". I can't resolve this problem, so please can anyone
> >help me.
>
> If I recall correctly, this error has to do with using an IB 5
client to
> operate on an IB 6/Firebird database. Is there any chance that you
are
> using a mismatched gds32.dll on the client machine, e.g. one that
was
> installed by a Delphi, CPPB or JBuilder installation?

no I had never used one of these tools, I'm just trying to insert it
width isql tool for firebird, I have JDBC drivers for firebird and i
made a simple sql tool but it's not working I get a message unable to
insert. I beleve it's same problem like width isql. \
djordje