Stored Procedure Class Wizard (SPCW) is a useful development tool that allows you to generate class files (.cpp and .h) derived from MFC’s CRecordset for stored procedures. Currently SPCW supports Microsoft SQL Server (6.5 and above), Sybase SQL Server (10.0 and above), Sybase SQL Anywhere (5.5 and above), and Adaptive Server Anywhere (6.0 and above) and can be extended to any database.
Note that running SPCW against MS SQL Server or Sybase SQL Server
production databases is NOT recommended.
Following are the steps for generating class files:
Step 1:
=======
Choose from the menu.... [
read more about Stored Procedure Class Wizard >> ]