Subject Re: Firebird Association
Author ojinyang
--- In firebird-support@yahoogroups.com, Frank Schlottmann-goedde
<fsg@u...> wrote:
> On Monday 16 June 2003 17:11, ojinyang wrote:
> > hello,
> > I interrupt you again.
> > Please tell me how to use the qli.exe in firebird.
> > when I connect the tabel relation by qli.It only may use to
varchar
> > column.If my table has numeric column,it happen a message
> > like'INTERNAL: gen_descriptor: dtype not recognized'.How can I
slove
> > it?
>
> Works fine here.
> What version of Firebird, qli and which OS do you use?
> Could you post your exact statements and the exact error message
you receive?
>
> Frank
> --
> "Fascinating creatures, phoenixes, they can carry immensely heavy
loads,
> their tears have healing powers and they make highly faithful
pets."
> - J.K. Rowling
Thank your reply.
My Firebird version is 'FIREBIRD-1.0.1.821'.
Qli version is '6.2.0.821'.
Os is Windows2000 + sp3
My statements is
c:\qli
qli>ready a as sourcedb
qli>ready a as targetdb
qli>targetdb.a = source.a
message is 'INTERNAL: gen_descriptor: dtype not recognized'
table a include numeric column.