- 1
Create a database using MS Access. Set up the basic framework that you want for your database, populate it and save your database file.
- 2
Using an IDE (Integrated Development Environment) such as Visual Studio, create the display forms for your database application. Display forms may be reports or data views that show the data stored in the database in table or chart form. You also can create a search form to enable you to search for data inside your database.
- 3
Using the programming code of your choice such as ASP.net, C++ or Visual Basic, enter the scripts that will connect to your database, display the data on the forms and execute actions for triggers such as "Submit" or "Search" buttons.
- 4
Test your application in the IDE and add proper error handling code to catch any errors that can make the program unstable.
- 5
Save your project and compile the program as an executable file (*.exe).
- 6
Burn the database file and your executable file onto a blank CD. Users will now be able to access the information on your database using the executable file contained in the CD.
5/10/11
How to Build & Burn a Database CD
Databases are a great way to organize huge amounts of data. They allow for better data management and manipulation, enabling users to extract information from the stored data. Sharing this information with others often involves building a user-friendly application and posting it online or distributing it on a CD. To create and build database CDs, you will need a standalone database that can run from a simple executable file. The file will open an application connected to your database, enabling users to have access to the information in the database.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment