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 then be appended to a VB project to take care of the typical "Create New Database..." application menu command. All you have to do is to call the function Create_Database("MYDB.MDB").
File List:
CMDIALOG.VBX
18Kb
CREATEST.FRM
3Kb
CREATEST.MAK
142b
DATACONS.TXT
3Kb
DB2VB.EXE
60Kb
DB2VB.TXT
2Kb
DBCREATE.BAS
1Kb
REGISTER.TXT
1Kb
VBTOOLS.TXT
2Kb
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 ... Company order list
(Popularity: ) : 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. 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 ... 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 ...