the connection object and recorsets
-
If you close the connection object, is the recordset stil available for use. My rs is generated like so:
m\_pRecordsetPhoto->Open ((IDispatch \*) m\_pCommandPhoto, vtMissing, adOpenKeyset, adLockOptimistic, -1);
I know very little about databases> does this declaration above indicate anything about its persistence when the conn is closed. I feel that if I close te conn, then later I cant go and quiz the database for something like
rs->fields->item->value
etc. because theres no connection.?? Thanks, ns:confused: -
If you close the connection object, is the recordset stil available for use. My rs is generated like so:
m\_pRecordsetPhoto->Open ((IDispatch \*) m\_pCommandPhoto, vtMissing, adOpenKeyset, adLockOptimistic, -1);
I know very little about databases> does this declaration above indicate anything about its persistence when the conn is closed. I feel that if I close te conn, then later I cant go and quiz the database for something like
rs->fields->item->value
etc. because theres no connection.?? Thanks, ns:confused: