home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / sql / vbsql / rpc.bas < prev    next >
BASIC Source File  |  1996-04-03  |  299b  |  14 lines

  1. Rem These handle the SQL Server connection for this application
  2.  
  3. Global DBLIB_VERSION$
  4. Global PrimaryWindowTitle$
  5. Global SqlConn%
  6. Global ServerName$
  7. Global LoginID$
  8. Global Password$
  9. Global DatabaseName$
  10. Global SQLStatus%
  11. Global Const LoginTimeout% = 10
  12. Global Const QueryTimeout% = 60
  13.  
  14.