YOUR ODBC QUESTION:
I tried it in fact, but when I saw it works(no error msg),
I think I got it
You could try these ways:
1. make oequy.hstmt.asyncExec to be true, help file said it would
work, but I failed.
2. try to use two hstmts instead of two quires, it should work, but
it is not work with
delphi's native data-aware controls, you should manage the result set
yourself.
3. if you wanna edit the result set, I think oe cannot do so without
so much cursor:-(. I
would never use oe or odbc98 again, I would move to delphi 5's native
ado.