Guest_imported
New member
- Jan 1, 1970
- 0
I would like to view all the database fields, when you know the table name and the column name it is simple.
for opening the table:
m_RecordSet->Open ( dbOpenDynaset,"select * from Package" ,dbReadOnly) ;
for viewing the fields:
m_RecordSet->GetFieldValue ( StrInputKolom, m_var);
But I would like to now all the tables in a database, and acces all the fields in different tables.
Thanks for help.
for opening the table:
m_RecordSet->Open ( dbOpenDynaset,"select * from Package" ,dbReadOnly) ;
for viewing the fields:
m_RecordSet->GetFieldValue ( StrInputKolom, m_var);
But I would like to now all the tables in a database, and acces all the fields in different tables.
Thanks for help.