VBQUERY.BAS
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

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