|
| |
|
|
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.
|
|
|
|
chadb
Posts: 485 From: Kansas Status: offline
|
RE: server mappath - 1/31/2008 10:09:53
Perfect once again. Thanks so much!!
|
|
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
|
|
|