Results 1 to 2 of 2

Thread: run time error '-2147467259(80004005)': unspecified error

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 1999
    Location
    San Diego, Ca , USA
    Posts
    44

    Post

    hello everyone,

    I am using VB and oracle database, I hace 4 screens which I go from one to another by clicking on the menu items. I am using ado connection and this is a sample of how I declare my recordset

    dim rs as As ADODB.Recordset
    set rs = new ADODB.Recordset
    rs.Open sql, db, adOpenStatic, adLockOptimistic

    when I am done, I set
    rs.close
    set rs = nothing

    When I go from one screen to another, after a while I get the following error:
    "run time error '-2147467259(80004005)': unspecified error"
    It does not happen at certain place, it happens in different places but all happens when I have then following on different places
    rs.Open sql, db, adOpenStatic, adLockOptimistic

    Can someone help me and give me a hint what this error is. Did anyone has this error before.
    Am I accumalating something in the memory and how Would I know and get rid of them. Thanks for any help in advance.


    [This message has been edited by farah (edited 06-29-1999).]

  2. #2
    New Member
    Join Date
    May 1999
    Location
    Indore,Madhya Pradesh, India
    Posts
    3

    Post

    I think you can know about the error if you enter the code before '(' along with the - sign in the err object.

    You can get the description and the name and path of the help file from where you can rectify this error, I think it is an automation error.

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