65.9K
CodeProject is changing. Read more.
Home

Stored Procedure Class Wizard (SPCW)

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.76/5 (15 votes)

Dec 9, 1999

viewsIcon

187484

downloadIcon

3199

A tool to generate class files to implement stored procedures

  • Download executable - 265 Kb
  • Download source - 103 Kb
  • Description

    Stored Procedure Class Wizard (SPCW) is a development tool that can be used exclusively to generate class files (.cpp and .h) derived from MFC’s CRecordset for stored procedures. Currently SPCW supports Microsoft SQL Server 7.0/6.5, and Sybase SQL Anywhere 5.5 and can be extended to any database. The idea is to speed up the development process of client-server projects involving aforementioned packages under Windows NT/9x. SPCW is an extension to Microsoft Visual Studio's class wizard.

    Running the application:

    Extract it to a <\temp> folder and then run.

    System Requirements:

    Microsoft Visual C++ 5.0 (and above), Windows NT 4.0/9x (using the latest service packs is highly recommended).

    History

    9 April 2001 - Fixed data trunctation problem and Output params buffer now released correctly (Justin Kirby)