User Profile

Collapse

Profile Sidebar

Collapse
dereski
dereski
Last Activity: Mar 15 '07, 07:09 PM
Joined: Feb 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dereski
    started a topic Getting error 80004005 Could Not Find File

    Getting error 80004005 Could Not Find File

    Hey all,

    I am trying to connect to my database but I am getting error "80004005 Could Not Find File" Any Ideas as to why? I tried recreating the database again, just in case it was corrupted but same result. I am using VBA

    Set MyConn = New ADODB.Connectio n
    MyConn.Connecti onString = "Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=N:\new parcel\WawaDogs ;"

    'Open the connection...
    See more | Go to post

  • Hi...Thanks for the interest!!! Like I said i am not very familiar with programming however I will take all the help I can get! Here is what i have now to try to at least open and recognize the connection:

    Code:
    oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
               "Data Source=n:\new parcel\WawaDogs;"
    Here is one code I was attempting with, the fields in this were different with the...
    See more | Go to post
    Last edited by willakawill; Feb 28 '07, 07:00 PM. Reason: best to use code tags when posting code

    Leave a comment:


  • dereski
    started a topic Trying link ado to access table to no avail

    Trying link ado to access table to no avail

    Hey,

    I have searched and searched and tried and tried to link an access table to an ado through Visual Basic...i am not really strong at programming, I am a GIS tech and I am trying to create a form through ArcMap. Anybody have any suggestions out there? Would appreciate all the help possible. thanks
    See more | Go to post
No activity results to display
Show More
Working...