home *** CD-ROM | disk | FTP | other *** search
- Option Explicit
-
- Global Const Connect$ = "scott/tiger"
- Global Const DatabaseName$ = "ExampleDb"
- Global Const EmpQuery$ = "select * from emp"
-
- Global Const WarnFirstEmp$ = "You are already on the first employee."
- Global Const WarnLastEmp$ = "You are already on the last employee."
-
-