Ask a Question related to Dreamweaver AppDev, Design and Development.
-
James #1
Database path
how do i find the exact location of my database on the server is there some
sort of script ?
James Guest
-
clipping path shows ouside path in quark
I'm making paths on silo'd objects on white backgrounds to place on colored backgrounds in quark 4. Operating pshop 6.01 in os 9.2. I put the path on... -
#25444 [Bgs->Opn]: php4isapi.dll path to win.ini doesn't load from current path.
ID: 25444 User updated by: ict at primus dot ca Reported By: ict at primus dot ca -Status: Bogus +Status: ... -
#25444 [Opn->Bgs]: php4isapi.dll path to win.ini doesn't load from current path.
ID: 25444 Updated by: sniper@php.net Reported By: ict at primus dot ca -Status: Open +Status: Bogus... -
#25444 [NEW]: php4isapi.dll path to win.ini doesn't load from current path.
From: ict at primus dot ca Operating system: W2K PHP version: 4.3.3 PHP Bug Type: *Configuration Issues Bug description: ... -
OSX: translate path with slashes to path with colons and volume name
Hi all, I need to convert a UNIX-path to a Mac OS X path. For example: /Applications/Chess.app matches Macintosh HD:Applications:Chess.app ... -
Nathon Jones #2
Re: Database path
Hi James,
Try this (ASP):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Path File</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%= Response.Write(Server.MapPath("/DatabaseDirectory/YourDB.mdb")) %>
</body>
</html>
You'll need to enter the correct MapPath in the Response.Write section
(which you should be able to see if you have FTP access to your server).
Upload this to your site, then navigate to the page in your browser and it
should show you the path.
HTH
Nath.
"James" <jamesbond@hotmail.com> wrote in message
news:d4jd5i$eos$1@forums.macromedia.com...> how do i find the exact location of my database on the server is there
> some sort of script ?
>
Nathon Jones Guest
-
James #3
Re: Database path
Many thanks ;)
"Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
news:d4lbbj$9ek$1@forums.macromedia.com...> Hi James,
>
> Try this (ASP):
>
> <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
> <html>
> <head>
> <title>Path File</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
> <body>
> <%= Response.Write(Server.MapPath("/DatabaseDirectory/YourDB.mdb")) %>
> </body>
> </html>
>
> You'll need to enter the correct MapPath in the Response.Write section
> (which you should be able to see if you have FTP access to your server).
>
> Upload this to your site, then navigate to the page in your browser and it
> should show you the path.
>
> HTH
>
> Nath.
>
>
>
> "James" <jamesbond@hotmail.com> wrote in message
> news:d4jd5i$eos$1@forums.macromedia.com...>>> how do i find the exact location of my database on the server is there
>> some sort of script ?
>>
>
James Guest



Reply With Quote

