MySQL Forums
Forum List  »  Informix

Connector question
Posted by: Don Huff
Date: March 04, 2005 03:54PM

Hi,
The C API states:
" Furthermore, you must retrieve all the rows even if you determine in mid-retrieval that you've found the information you were looking for. " when refering to the choice between USE_DATA and STORE_DATA.

But this sounds like a white lie.

What if I close the result set? how about the connection? What if my program errors off?

I want to know what I really have to do to reset the connection and start a new query.

I also want to know how to start a parallel query while a query is still open (is the answer a new connection?)

All this is because I am comming from the PHP informix connector, which has no such restrictions that I ever tripped over.

thanks so much,
Don.
PS: if those who know run in another list or forum, please tell me that...

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector question
7775
March 04, 2005 03:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.