Subject | FieldEntryTypes := [fetSQLType]; |
---|---|
Author | |
Post date | 2014-08-14T13:29:01Z |
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