Subject: RE: More on SrPersist buffers
From: Paul Steckler (steck@ccs.neu.edu)
Date: Wed Dec 05 2001 - 19:07:52 EST
> You don't have to parse the SQL or query the DB metadata. You ask ODBC
> for
> the result set's metadata (SQLDescribeCol).
Yes, of course. That's ODBC 1.0, so it must be there.
> The wrappers on all the ODBC functions that associate a result set
> with a
> statement have to clean up buffers from the previous result set. The
> wrappers for all ODBC functions that free handles also have to shadow
> ODBC's
> state.
Yes, I think that works. We'd have to do some additional tracking for
functions like SQLDisconnect(), which implicitly frees statement
handles.
-- Paul
This archive was generated by hypermail 2b28 : Wed Dec 05 2001 - 19:08:26 EST