¡@

Home 

c++ Programming Glossary: table_name

Raw C++ code to display the names of tables in an SQL compact server using OLE DB

http://stackoverflow.com/questions/8780656/raw-c-code-to-display-the-names-of-tables-in-an-sql-compact-server-using-ole-d

you with two code examples ICommandText on SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES IDBSchemaRowset on DBSCHEMA_TABLES.. a SQL Server CE 3.0 3.1 database for executing SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES using ICommandText and IRowset.. hr spICommandText SetCommandText DBGUID_SQL OLESTR SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES DBROWCOUNT cRowsAffected 0 CComPtr..