Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a microsot access database file which is stored in the same directory as rest of the website file...Now the current database connection is made specifying the full path of file..now when the file is uploaded on to the server the address changes and hence the connection is broken..could someone suggest a modification to this code which could make the connection automatic even if the website directory is moved...
Hi Steven
Thanks for the reply....earlier also i hv tried to use the server.MapPath command but then it used to give that end of statement expected...but on using your code it is giving error that "INVALID CHARACTER"....what could be the problem please help me out ...
Thnxs