VBQUERY.BAS
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 0k
Category:

Windows Develop

Development Platform:

Visual C++

  1. Rem These handle the SQL Server connection for this application
  2. ' Declare SqlConn as Integer in VBWin, Long in VBDOS
  3. Global SqlConn As Integer
  4. Global DBLIB_VERSION$
  5. Global PrimaryWindowTitle$
  6. Global ServerName$
  7. Global LoginID$
  8. Global Password$
  9. Global DatabaseName$
  10. Global SQLStatus%
  11. Global Const LoginTimeout% = 30
  12. Global Const QueryTimeout% = 60