Subject Re: [IBO] SQL-dialect 3 instead of 1?
Author guido.maucher
Hello Alan,
ok, it looks as the problem is only my problem. What is the problem:
I made a test with dialect 3 to see what will be the problems using
this dialect. One of my SQL-statements failed with:
Dynamic SQL Error
SQL error code = -804
Count of read-write columns does not equal count of values

Our database software project is on a server in the network.
Compiled with a computer having IBO beta 11, copied the executable to
my pc the application works fine.
But compiling the same sources on the net with my computer - now with
build 16 - I'm getting the error written above. Same as during the
tests with dialect 3, therefore the assumption it might be a dialect
problem...

Any idea what is going wrong?
Thanks
Guido

--- In IBObjects@yahoogroups.com, "Alan McDonald" <alan@...> wrote:
>
> > The database application for our measurements is written with Delphi5
> > for SQL-dialect 1.
> > Now we moved from Interbase 5.5 to Firebird 2.0,
> > but want to keep (at least during the beginning) the dialect 1.
> > This worked fine with IBO 4.7 beta 11. But with the actual IBO
beta 15,
> > it looks like
> > the database-connection is made with dialect 3. The dialect-field in
> > TIB_Connection is set to 1, but this does not help.
> > Are there other settings necessary?
> > Thanks
> > Guido
> >
>
> why do you say it doesn't help. What's the problem. It should work fine.
> Alan
>