Name: Anonymous 2010-08-12 8:07
Anon.please advice.
What's wrong with that?
Conn = database ('test', 'scott', 'tiger ')
curs = exec(conn,'select * from EMP')
disp(curs)
it is say that the diver is not found/not loaded...
What's wrong with that?
Conn = database ('test', 'scott', 'tiger ')
curs = exec(conn,'select * from EMP')
disp(curs)
it is say that the diver is not found/not loaded...