home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
po7_win
/
object10
/
dempodc.bas
< prev
next >
Wrap
BASIC Source File
|
1994-11-14
|
251b
|
10 lines
Option Explicit
Global OraDatabase As Object
Global Const Connect$ = "scott/tiger"
Global Const DatabaseName$ = "ExampleDb"
Global Const DeptQuery$ = "select * from dept"
Global Const EmpQuery$ = "select * from emp where deptno = :deptno"