Interactive SQL Tool (using MFC)
Posted
by George Poulose
on January 30th, 2000
Environment:Visual C++ 5 (and above)
Interactive SQL is a query tool that allows you to query ODBC data sources, author SQL scripts and queries, return query results to a grid or text, retrieve ODBC driver information, execute multiple SQL scripts or stored procedures simultaneously, retrieve multiple query result sets (depends on the data source), etc.
Acknowledgements
Thanks to Ronald Pihlgren of Microsoft Corporation for his ODBCInfo MFC database sample.
Downloads
Download Application - 575 KBDownload Source - 132 KB

Comments