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

Windows编程

开发平台:

Visual C++

  1. Rem Global Definitions
  2. Rem temporary file for bitmap storage
  3. Global Temp_Image_File As String
  4. Rem These handle the SQL Server connection
  5. Global DBLIB_VERSION$
  6. Global PrimaryWindowTitle$
  7. Global SqlConn%
  8. Global ServerName$
  9. Global LoginID$
  10. Global Password$
  11. Global DatabaseName$
  12. Global SQLStatus%
  13. Global DefServer$
  14. Global DefLogin$
  15. Global Const LoginTimeout% = 30
  16. Global Const QueryTimeout% = 60