Wrox Programmer Forums
|
Classic ASP Databases Discuss 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
 
Old June 16th, 2010, 11:46 PM
Authorized User
 
Join Date: Jun 2010
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Default

thanks Old pedant. i lll try that.
__________________
B + & Think +
 
Old June 18th, 2010, 02:35 AM
Authorized User
 
Join Date: Jun 2010
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Question download access file

if i could download my access database file on local mechine? using asp and the page will ask the destination on local drive too?
__________________
B + & Think +
 
Old June 18th, 2010, 04:27 PM
Friend of Wrox
 
Join Date: Jun 2008
Posts: 1,649
Thanks: 3
Thanked 141 Times in 140 Posts
Default

You could do that, esp. if the ".mdb" file isn't too large.

If it's a large file, you should go find an FTP component that you could script from ASP and use that. Would be much more efficient than trying to use MSXML2.ServerXMLHTTP (which is what you would use if you don't use FTP).

On the side that is "sending" the ".mdb" file, you'd use an ADODB.Stream object and check for a username/password sent as part of the request from the receiving machine. (You surely wouldn't want to just allow direct download of the file, as then some hacker could discover it and grab it.)









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.