Hi all,
When i run my VB 6.0 program connected to Oracle 8i, it displays error message as ORA-00000 and then quit the program. I don't know how to solve it. My client platform is Win95. Oracle 8i is not support Win95 platform? Please help!!
Printable View
Hi all,
When i run my VB 6.0 program connected to Oracle 8i, it displays error message as ORA-00000 and then quit the program. I don't know how to solve it. My client platform is Win95. Oracle 8i is not support Win95 platform? Please help!!
Ora-00000 means
"Operation completed successfully"
It is a non-error.
I dont know why your VB problem is having a problem, it should be happy.
Hi all,
Thanks for your help! But some PC can run it so smoothly and successful. I compared the configure between those PCs that are the same. Why?
Maybe you are not getting the right error message. ORA-00000 *is* a 'normal, successful, completion' message, but perhaps you are receiving the wrong message.
Give us more info about what your query that you are having problems with, maybe that will help...
Hi John dorlon,
Thanks for your kindly helpful. My VB coding is as follow:
dim cn as adodb.connection
cn.open "DSN=pay;UID=;PWD=;"
After executed to above codes, it displays message as "ORA-00000". I don't know why.