DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: How to solve ORA-00000?

  1. #1
    Join Date
    Feb 2001
    Posts
    15

    Question

    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!!


  2. #2
    Join Date
    Nov 2000
    Posts
    344
    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.

    John Dorlon
    www.ezsql.net
    john@ezsql.net

  3. #3
    Join Date
    Feb 2001
    Posts
    15

    Question

    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?



  4. #4
    Join Date
    Nov 2000
    Posts
    344
    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...

    John Dorlon
    www.ezsql.net
    john@ezsql.net

  5. #5
    Join Date
    Feb 2001
    Posts
    15

    Question

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width