Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jstickney

    ADODB Connection

    Commenting the lines out will work fine for the time being. My only fear is when and if the site moves to another server, somebody will need to make the modifications again. I can tell the customer to have their new provider setup the same basic structure (public_html, db) but the location and...
  2. jstickney

    ADODB Connection

    I design on my local system and then upload to the client's server. Several times I have accidently uploaded the page with the db location for my local system. So I have to go back and modify the page for the customers server.
  3. jstickney

    ADODB Connection

    Yes I tried using the following method but when I did it would return c:\inetpub\domainroot\public_html\some.mdb for the location. Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath("some.mdb") & "
  4. jstickney

    ADODB Connection

    I am currently developing a page that is running on my local system and on a remote site. I need to be able to connect my ASP page to an Access database. I have always done this by hard coding the location or setting up a DSN in the control panel. My system and the remote site store the data in...

Part and Inventory Search

Back
Top