home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / empmix.bas < prev    next >
BASIC Source File  |  1994-11-14  |  290b  |  10 lines

  1. Option Explicit
  2.  
  3. Global Const Connect$ = "scott/tiger"
  4. Global Const DatabaseName$ = "ExampleDb"
  5. Global Const EmpQuery$ = "select * from emp"
  6.  
  7. Global Const WarnFirstEmp$ = "You are already on the first employee."
  8. Global Const WarnLastEmp$ = "You are already on the last employee."
  9.  
  10.