|
-
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.
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
-
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|