Hi all,
I tried to run my VB 6.0 program which connects to Oracle 8i. But it displays error message as ORA-00000 and then quit the program. Please help me how to solve it. My platform is Win95.
Thanks for your attention!
Printable View
Hi all,
I tried to run my VB 6.0 program which connects to Oracle 8i. But it displays error message as ORA-00000 and then quit the program. Please help me how to solve it. My platform is Win95.
Thanks for your attention!
ORA-00000 is for violating unique constraint.
I think you are trying to insert a row which was already inserted in the table.
Before inserting a new row, check in the table the row is already there or not.
ORA-00000 is not about Unique constraint violating. This is actually not an error message, it's more like an "informative message", which says "Everything is OK".
From Manuals:
ORA-00000 normal, successful completion
Cause: An operation has completed normally, having met no exceptions.
Action: No action required.
I think you should check your VB code/settings (I know nothing about VB), somehing must be wrong there.
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?