j******f 发帖数: 228 | 1 in ODBC, how can i first specify a table
and then using "select * from " that table
to retreive all its rows?
In MFC, you should map a CRecordset on
a certain table. is there a way that this
process could be dynamic?
thanx! | m******t 发帖数: 2416 | 2
You can generate SQL statement dynamically and execute it w/
a CRecordSet object. Read thru the document of CRecordSet bah.
【在 j******f 的大作中提到】 : in ODBC, how can i first specify a table : and then using "select * from " that table : to retreive all its rows? : In MFC, you should map a CRecordset on : a certain table. is there a way that this : process could be dynamic? : thanx!
|
|