home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
object10
/
empoip.bas
< prev
next >
Wrap
BASIC Source File
|
1994-09-19
|
416b
|
17 lines
'Global objects
Global OraSession As Object
Global OraDatabase As Object
Global EmpDynaset As Object
' Not required to be constant.
Global Const EmpQuery$ = "select * from emp"
Global Const DatabaseName$ = "ExampleDb"
Global Const Connect$ = "scott/tiger"
Global Const WarnFirstEmp$ = "You are already on the first employee."
Global Const WarnLastEmp$ = "You are already on the last employee."