I would really like to see a sample app or I can do a remote
desktop session and look directly at your situation.
Thanks,
Jason Wharton
Hi...I'm
testing IBO on my application and I'm having a little problem with TIBOQuery. I
change a lot of the code to use TIB_Query and works fine, but in some places
like Reports that need the TDataset I'm using the TIBOQuery. The problem is that
it takes too long time to get the result set. I try to change in TIBODatabase
the FieldEntryTypes := [fetSQLType] and then de TIBOQuery now is working very
faster but I'm having some other issues like long time to connect to de
Databases. Without the FieldEntryTypes := [fetSQLType], just FieldEntryTypes :=
[] the connection is normal, works fine over internet connections with no
problems, but then the TIBOQuery becomes a problem.I think the problem is on
Prepare, thats occurs when I set a paramByName for example. The problem dont
affect the TIB_Query component.I don't know if I need to send you more details
but if someone knows how to avoid this!!Tanks...Jean