navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

server mappath

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> server mappath
Page: [1]
 
chadb

 

Posts: 485
From: Kansas
Status: offline

 
server mappath - 1/31/2008 9:31:12   
Can I change this line to give a network path instead of a folder with in the web? It a internet intranet site.

myDSN = "Driver={Microsoft Excel Driver (*.xls)}; DBQ=" & server.mappath("../fpdb\perfchart.xls")

Thanks
Chad
rdouglass

 

Posts: 9187
From: Biddeford, ME USA
Status: offline

 
RE: server mappath - 1/31/2008 9:37:03   
quote:

myDSN = "Driver={Microsoft Excel Driver (*.xls)}; DBQ=" & server.mappath("../fpdb\perfchart.xls")


How 'bout:

myDSN = "Driver={Microsoft Excel Driver (*.xls)}; DBQ=C:\Inetpub\wwwroot\fpdb\perfchart.xls"

Or whatever the actual path is; you can 'hard code' it. That help any?

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to chadb)
chadb

 

Posts: 485
From: Kansas
Status: offline

 
RE: server mappath - 1/31/2008 10:09:53   
Perfect once again. Thanks so much!!

(in reply to rdouglass)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> server mappath
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts