link_indentifiers vs. result_identifiers

admin

Administrator
Staff member
Hey people,

When you call a MySQL query, is the result tied to the result_identifiers or to the link indentifiers?

Ex.

I want to make several queries to dB, but want to make some of those queries based on information drawn from previous queries. While doing this I want to keep results in previous queries active.

In order to do this would I need to have several db connections under different links or could I pull it off using different result_indentifiers on this same link.

Thanks
Darin
 
Back
Top