Welcome to Visual C++ 6.0 source code page for database web application that I created for HAP department
Click here to get the full source code for this database web application (version 1).
After you download and unzip the source code file, you will find two subdirectories: C++Code subdirectory and WebLogApplicationRunningOnWebServer subdirectory
1) C++Code subdirectory contains Visual C++ 6.0 source code for three projects: a) MyFTP_ADSApp, b) MyISAPI and c) SRStateReportInCDMA_HAPDB.
a) MyFTP_ADSApp project: contains source code for an application which can be run on web browser, it uses Microsoft's ADS ( Active Document Service ) technology, invokes several FTP APIs. It allows users to transfer big files to web file server and store them in database.
b) MyISAPI projects: contains source code for the core part of this database application. It uses Microsoft's ISAPI technology, utilizing database programming APIs. The database application allows users to open a new record to log their investigation activity on any software development issue, and the time that they spend on one issue. It allows users to attach big log files to the record in the database. The users can modify the record that they create. One good feature of the project is that it allows the users to browser all the records conveniently on the web. You can open the LogApplicationHelp.txt to find out how to use the database web application to log a record.
c) SRStateReportInCDMA_HAPDB: contains a database program source code that retrieves SR ( submission record ) states from two databases simultaneously: CDMA database and HAP (my department) database, it will give real time state for each customer SR in the two databases.
2) WebLogApplicationRunningOnWebServer subdirectory contains all the HTML files, database ( either SQL server, or Microsoft Access ) schema file, database and ftp binary files, and helps files that are running on web server. You can open the LogApplicationHelp.txt to find out how to use the database web application to log a record.