Required Project Files

When testing or building a DB-Library for Visual Basic application, the Visual Basic Project that contains your application's form and module files must use DB-Library for Visual Basic files described in the sections below.

For DB-Library for Visual Basic applications, add the files VBSQL.VBX and VBSQL.BAS to each Visual Basic application Project.

When testing or building a DB-Library for Visual Basic application, all the information in the VBSQL.BAS file must be included in a global module for your Project. You can either make VBSQL.BAS the global module for your Project, or you can copy the contents of the VBSQL.BAS file and paste it into an existing global module.