home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / ppc / module1.bas < prev    next >
Encoding:
BASIC Source File  |  1995-10-02  |  230 b   |  10 lines

  1. Attribute VB_Name = "Module1"
  2. Global OServer As New SQLOLE.SQLServer         ' current instance of SQL Server
  3. Global SQLConnected As Integer  ' are we connected?
  4. Global CurrentDevice As String  ' working dump device
  5.  
  6.  
  7.  
  8.  
  9.  
  10.