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
/
iniexitw.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-04-03
|
276 b
|
22 lines
Sub ExitApplication ()
Rem
Rem Exit SQL, then exit the application.
Rem
SqlExit
SqlWinExit
End
End Sub
Sub InitializeApplication ()
Rem
Rem Initialize the connection to SQL Server
Rem
SqlConn = 0
DBLIB_VERSION$ = SqlInit$()
End Sub