RPC.BAS

Rem These handle the SQL Server connection for this application 

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