IMAGE.BAS

Rem Global Definitions 

Rem temporary file for bitmap storage

Global Temp_Image_File As String

Rem These handle the SQL Server connection

Global DBLIB_VERSION$
Global PrimaryWindowTitle$
Global SqlConn%
Global ServerName$
Global LoginID$
Global Password$
Global DatabaseName$
Global SQLStatus%
Global DefServer$
Global DefLogin$
Global Const LoginTimeout% = 30
Global Const QueryTimeout% = 60