A nice SQL database program that also use the basic text-file. For certain data information the program will use. Read the readme file included with the program.
I did not provide a name with this project. As it is just a template for some of my previous projects. Ok, with this program, when you first run it.. you will get an error saying File: 'so so' is not found.. This is because the program generates a Save List... For any list of products you give the program. And when you load the program it does not finds the list cause it looks in the exact path.. To stop this error from loading everytime you run the program. Just click 'CLS' next to the file names. Or make a new save-list and save it.. it will replace it automatly..
File List:
EmployeeDat.mdb
50Kb
andron2.SLF
35b
frmMain.frm
11Kb
frmSplash.frm
3Kb
frmSplash.frx
70Kb
prjDefault.vbp
1Kb
readme1st.txt
1Kb
Similar code
ADO Primer
(Popularity: ) : [ADODC IS E V I L!] Have you reached a stage when you realize that the standard ADO Data Control Shipped with VB is not enough for you?? Ever Wondered How You Can Connect To A Database with code? How ... A Password Magement
(Popularity: ) : Free Password Management Software A very simple password management software. It encrypts your password using blowfish. You can create as many account as you want encrypted in the database. For personal use only. This will keep track all your username ... DBtoVB Wizard
(Popularity: ) : DBtoVB Wizard - designed to automatize database application development with Visual Basic 3.0 and Microsoft Access. DBtoVB takes an existing database as input, and generates a Basic module including routines to create another similar but empty database. This module can ... Binary tree Using Linked Lists
(Popularity: ) : This code demonstrates making an efficient data structure called Binary Trees using linked lists. It has word document explaining how data is stored in a binary tree. Binary trees are the most effecient and fastest way of storing and sorintg ...