Results 1 to 4 of 4

Thread: Visual Basic Runtime Error 2147467259(8000405)

  1. #1
    Join Date
    Jan 2009
    Posts
    113

    Visual Basic Runtime Error 2147467259(8000405)

    Hi friends,

    I am getting the following runtime error when i try to do a setup command to my friends machine from his operator terminal. When I hit the debug command the following code pops up and it highlights the following error:

    'Write to server'
    Item.Write value

    The Item.Write value is where the error is coming in.

    Can anyone tell me what i need to do to fix this issue.


    Intel Dual core 2.66 Ghz
    915 MSI Motherboard with Intel chipset
    512 mb RAM
    80gb HDD

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Visual Basic Runtime Error 2147467259(8000405)

    I guess you are using a recordset to save data to a database, but the recordset (or database) is read-only.

    Check it this would solve your Problem

    Intel Dual core 2.66 Ghz
    Gigabyte 780 with Intel Chipset
    1gb ram
    200 gb HDD
    Radeon X300 SE

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Visual Basic Runtime Error 2147467259(8000405)

    try to download the following link and it would solve your problem.For downloading click on download.

    Download

  4. #4
    notnotseven Guest

    Exclamation Re: Visual Basic Runtime Error 2147467259(8000405)

    Quote Originally Posted by opaper View Post
    try to download the following link and it would solve your problem.For downloading click on download.

    Download
    Hi sofia , I too having the same problem

    and I installed your link, and not got corrected yet!
    please help me.
    have to do project on this
    i typed this in Visual Basic 6.0:

    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;persist security info=false"
    db.CursorLocation = adUseClient
    rs.Open "select * from registered", db, adOpenKeyset, adLockBatchOptimistic
    End Sub
    (User id and password are correct. No doubt in that)

    and the error message i got is :
    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
    Hope, there will be solutions for this

Similar Threads

  1. Runtime Error 91 in Visual Basic 6
    By Trance Maniac in forum Software Development
    Replies: 6
    Last Post: 24-12-2010, 11:36 PM
  2. vb 6 runtime error '-2147467259 (80004005)'
    By notnotseven in forum Windows XP Support
    Replies: 1
    Last Post: 03-04-2010, 02:22 PM
  3. Replies: 3
    Last Post: 22-04-2009, 11:02 PM
  4. 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
  5. Replies: 8
    Last Post: 13-01-2008, 02:18 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,714,000,596.03062 seconds with 17 queries