home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / empodc.bas < prev    next >
Encoding:
BASIC Source File  |  1994-10-29  |  161 b   |  6 lines

  1. ' Not required to be constant.
  2. Global Const Connect$ = "scott/tiger"
  3. Global Const DatabaseName$ = "ExampleDB"
  4. Global Const EmpQuery$ = "select * from emp"
  5.  
  6.