home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
sql
/
vbsql
/
rpc.bas
< prev
next >
Wrap
BASIC Source File
|
1996-04-03
|
299b
|
14 lines
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