Board index » delphi » Informix SQL Link and Delphi 4

Informix SQL Link and Delphi 4

Hi,
we are using Delphi 2.0 C/S with Informix DS 7.30 WE.
Here is one disadvantage:
when we use in SELECT clauses MATCHES or IN, we cannot switch to RequestLive
mode.
My question is: works it the same way in Delphi 4.0? I need to change data
with MATCH-ed queries.

Thanx.
Leos

 

Re:Informix SQL Link and Delphi 4


Quote
>Hi,
>we are using Delphi 2.0 C/S with Informix DS 7.30 WE.
>Here is one disadvantage:
>when we use in SELECT clauses MATCHES or IN, we cannot switch to
RequestLive
>mode.
>My question is: works it the same way in Delphi 4.0? I need to change data
>with MATCH-ed queries.

That's the way it is.
Your select statement should not be very complex.
What I can advise you is try to create a view based on your select
statement. Put on your form a TTable component and hook it up with a view -
pseudo table.
This is going to help.

Mike Hodos

Re:Informix SQL Link and Delphi 4


Quote
>statement. Put on your form a TTable component and hook it up with a view -
>pseudo table.

Thanx,  we have similar way to resolve this problem.

Can I with Sql-Links for Delphi4 use queries with "SELECT with MATCHES
clause"
in request-live mode?

Leos

Other Threads