Subject | RE: [edp] [IBO] Problems with refresh of data. |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-05-18T14:10:38Z |
Hello Max,
replace * with the actual fieldnames and see if that solves your
problem.
set KeyLinks? And do you have a trigger on that table that fills the
PK from a generator? And if so, does it do this unconditionally?
Greetings,
Paul Vinkenoog
> Yes I do a commit after each post.Select * is not ideal, but it should work. However, you could try to
> AutoFetchAll true
> CommitAction CaInvalidateCursor
> FetchWholeRows true
> IB_Transaction DBTrans
> SqlString Select * from Documents order by DocumentNr
replace * with the actual fieldnames and see if that solves your
problem.
> After doing several inserts in a table. The new records seems not toThis smells a bit like IBO not being aware of the PK values. Did you
> be available in my Delphi programs until I fully exit the program.
set KeyLinks? And do you have a trigger on that table that fills the
PK from a generator? And if so, does it do this unconditionally?
> Even after an active := false followed by an active := true the dataStrange. And after a Refresh?
> is not visible.
Greetings,
Paul Vinkenoog