473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Where is my mdb file

This is probably the same question I asked before, but my isp is being
completely unresponsive.

There is a option to set up a database folder and copy an mdb file to it.
Since I can't find a way to read/write files, I thought I might try this.
But it also needs a Data Source to create an OleDbConnection, which needs
the full path of the mdb file.

Any guesses, or any other standard way of locating the DB folder (it seems
to be a one-click setup, and I can't find any other info about the path).

It does claim to support FrontPage extensions. Does FrontPage store its
mdb's in a specific place, and how does it access them?

Are all ISP's this crap?
Nov 18 '05 #1
2 1084
There is often a directory named "database" or "db" at the same level as
your "www". When you FTP in (assuming you default to www) go up on level to
see if it is there.

HTH

Wayne

"anon" <no***@nowhere.spam> wrote in message
news:41**********@alt.athenanews.com...
This is probably the same question I asked before, but my isp is being
completely unresponsive.

There is a option to set up a database folder and copy an mdb file to it.
Since I can't find a way to read/write files, I thought I might try this.
But it also needs a Data Source to create an OleDbConnection, which needs
the full path of the mdb file.

Any guesses, or any other standard way of locating the DB folder (it seems
to be a one-click setup, and I can't find any other info about the path).

It does claim to support FrontPage extensions. Does FrontPage store its
mdb's in a specific place, and how does it access them?

Are all ISP's this crap?

Nov 18 '05 #2
If you have access to the directory above your wwwroot, this might be a good
place to put your db folder. You get the physical path to your wwwroot
folder by creating an aspx page with the following code:

<% Response.Write(Request.PhysicalApplicationPath); %>

--
Sincerely
Svein Terje Gaup

"anon" <no***@nowhere.spam> wrote in message
news:41**********@alt.athenanews.com...
This is probably the same question I asked before, but my isp is being
completely unresponsive.

There is a option to set up a database folder and copy an mdb file to it.
Since I can't find a way to read/write files, I thought I might try this.
But it also needs a Data Source to create an OleDbConnection, which needs
the full path of the mdb file.

Any guesses, or any other standard way of locating the DB folder (it seems
to be a one-click setup, and I can't find any other info about the path).

It does claim to support FrontPage extensions. Does FrontPage store its
mdb's in a specific place, and how does it access them?

Are all ISP's this crap?

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Robert Misiorowski | last post by:
Hello, Everything started with me wanting to write a little command line php script that uses some gd functions. After a little research, I realized I need to unccomment the line in my php.ini...
8
by: Micha³ Wo¼niak | last post by:
Ok, I have a nice iface, I have a (hopefully) good user authentication, I have a DB up-and-running, and I have PHP 4.3.4 (yeah, I know, I will update...). What I need is a logging utility. And...
15
by: Viviana Vc | last post by:
How can I programatically do the equivalent of the following: cacls "C:\Program Files\test" /T /G Everyone:f ? Thanks, Viv
8
by: John Welch | last post by:
I have a command button with the following code: DoCmd.OpenForm "frmSearchAssignments", , , "SearchAssignmentID = 1" (SearchAssignmentID is the PK, auto number) When it runs, the form opens but...
10
by: vwd2005eeb | last post by:
Visual Web Developer 2005 Express Edition Beta I did Build | Build Web site, where are the DLLs? I was expecting to see maybe one dll for each Web page in a directory (maybe still "bin") under...
1
by: rdemyan via AccessMonster.com | last post by:
I'm trying to implement a licensing scheme. There are three types of licenses: Trial - good for 30 to 60 days Interim - good for 1 year Fully Paid - no expiration Everything is working fine...
10
by: Paul Cheetham | last post by:
Hi, I am developing an application that needs to store some machine-specific settings. The application is going to be published on the network in order to keep the clients on the latest version....
15
by: amit.man | last post by:
Hi, i have newbie qestion, when i write #include <somthing.h> the precompiler subtitue that line with the lines from "somthing.h" header file. when, where and how the compiler insert the...
3
by: v.davis2 | last post by:
Hi all, I am attempting to use Access97 as the database to hold the results of a python script. I seem to be able to make simple SELECT clauses work (like SELECT * FROM TableName), but have not...
6
by: littlelisper | last post by:
I want to open an XML file with my browser. The file contains the following line: <?xml-stylesheet type="text/xsl" href="/new.xsl"?> which points to the root node to look for the stylesheet....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.