Results 1 to 2 of 2

Thread: vb 6 runtime error '-2147467259 (80004005)'

  1. #1
    notnotseven Guest

    vb 6 runtime error '-2147467259 (80004005)'

    Hi,

    I typed this in Visual Basic 6.0: ( for connecting Visual Basic 6.0 to oracle 8i )

    Dim db as New ADODB.connection
    Dim rs as New ADODB.recordset
    _________________________________________________________________________________________________
    Private Sub Form_Load()
    db.Open "provider=MSDAORA.1;user id=scott;password=tiger;data source=registered;persist security info=false" ' end of first line
    db.CursorLocation = adUseClient ' end of 2nd line
    rs.Open "select * from registered", db, adOpenKeyset, adLockOptimistic ' last line
    End Sub

    (User id and password are correct. No doubt in that)

    and unfortunately I received the error message for the first time, (The error was not displayed some 2 days ago)

    Run-time error '-2147467259 (80004005)':
    Oracle error occurred, but error message could not be retrieved from Oracle

    (I re-installed the Oracle for one time. and no change! )


    regards,
    Dhilip,
    B.E.,
    C.S.E., 2nd year.
    Last edited by notnotseven; 03-04-2010 at 09:24 AM.

  2. #2
    notnotseven Guest

    Re: vb 6 runtime error '-2147467259 (80004005)'

    Hi
    Please reply as soon as possible
    Have to do project works on this

    hope, I'll get a solution soon. thanks

Similar Threads

  1. Visual Basic Runtime Error 2147467259(8000405)
    By Sophia in forum Software Development
    Replies: 3
    Last Post: 04-04-2010, 11:04 AM
  2. error code 2147467259
    By gemss in forum Windows XP Support
    Replies: 1
    Last Post: 02-04-2010, 10:34 PM
  3. Replies: 3
    Last Post: 22-04-2009, 11:02 PM
  4. Microsoft Visual C++ Runtime Library... Runtime Error
    By Joko in forum Software Development
    Replies: 2
    Last Post: 17-02-2009, 09:52 PM
  5. Microsoft Visual C++ Runtime Library Symantec Runtime error
    By Ranchero in forum Windows XP Support
    Replies: 8
    Last Post: 27-09-2008, 09:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,093,427.08546 seconds with 17 queries