由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - how to dynamically select a table from ODBC
相关主题
[转载] problem with chinese characterOne question!
ADO Bug Report打算自行开发一个DBMS
ODBCORACLE Pro*C 远程接续一问?
Help on JDBC:ODBC SOS请教
how to establish sun.jdbc.odbc.JdbcOdbcDriverJDBC-ODBC Bridge supporting JDBC API 2.0?
Looking for ODBC Resouces --- New Standard?[转载] How to remote access the Access Database file besides through System DSN?
第三个问题a question of ODBC, thanks
哪个软件可以支持2500个FIELDS?ASP + Oracle
相关话题的讨论汇总
话题: odbc话题: table话题: select话题: crecordset
进入Database版参与讨论
1 (共1页)
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!

1 (共1页)
进入Database版参与讨论
相关主题
ASP + Oraclehow to establish sun.jdbc.odbc.JdbcOdbcDriver
QuestionLooking for ODBC Resouces --- New Standard?
SQL-Help!第三个问题
urgent: how to compare two dates in SQL?哪个软件可以支持2500个FIELDS?
[转载] problem with chinese characterOne question!
ADO Bug Report打算自行开发一个DBMS
ODBCORACLE Pro*C 远程接续一问?
Help on JDBC:ODBC SOS请教
相关话题的讨论汇总
话题: odbc话题: table话题: select话题: crecordset