Subject | Re: [IBO] BDE to IBO conversion : cannot insert a new row |
---|---|
Author | Henry Franquet |
Post date | 2003-09-19T15:41:02Z |
>At 23:00 19/09/2003 +1000, you wrote:It is just a test program to demonstrate the problem, when clicking on one
>What exactly is your program supposed to do? You seem to have a TDatabase
>and a TIBODatabase both connecting to the same database. Are you looking
>for advice on how to create a hybrid BDE/IBO application?
>Helen
button, the program accesses the database with IBO, with the other button,
it accesses with BDE
the program does nothing but a select to populate the dbgrid
when inserting a record (with the TDBNav object) with IBO link I just got
the error message.
I have suspected readonly flags, but, except for the dbgrid's readonly flag
which is unset by the program, all the flags are set to false
Henry