home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / samples / sqldmo / vb / explore / explore.bas next >
Encoding:
BASIC Source File  |  1998-06-15  |  230 b   |  12 lines

  1. Attribute VB_Name = "basExplore"
  2. Option Explicit
  3.  
  4. ' Global variables.
  5. Public NL As String
  6. Public strTimes() As String
  7.  
  8. ' Constants.
  9. Public Const vbArrowPointer As Integer = 1
  10. Public Const vbWaitPointer As Integer = 11
  11.  
  12.