473,666 Members | 2,578 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Locally using Access and IIS

I am wanting to run a local website with data access using MSAcces
because I have never used MySQL offline. If I dont have MSAcces
installed am I able to still run my website using a mdb file

Thanks in advanced :

Nov 13 '05 #1
3 1132
On Mon, 01 Aug 2005 02:11:27 -0500,
ca************* @yahoo-dot-ca.no-spam.invalid (CamielGauthier ) wrote:

You need to at least have the runtime version of Access installed.
-Tom.

I am wanting to run a local website with data access using MSAccess
because I have never used MySQL offline. If I dont have MSAccess
installed am I able to still run my website using a mdb file.

Thanks in advanced :)


Nov 13 '05 #2
On Mon, 01 Aug 2005 02:11:27 -0500, ca************* @yahoo-dot-ca.no-spam.invalid (CamielGauthier ) wrote:
I am wanting to run a local website with data access using MSAccess
because I have never used MySQL offline. If I dont have MSAccess
installed am I able to still run my website using a mdb file.

Thanks in advanced :)

If you mean Data Access Pages then you need a local copy of Access. If you just mean access the
data in an MDB file eg from ASP then no you don't.

Nov 13 '05 #3
CamielGauthier wrote:
I am wanting to run a local website with data access using MSAccess
because I have never used MySQL offline. If I dont have MSAccess
installed am I able to still run my website using a mdb file.

Thanks in advanced :)

For information on alternative ways to build your web site with access
to your MDB as the data source, look here:

http://members.cox.net/tulsaalstons/...20Internet.htm

Bob
Nov 13 '05 #4

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

Similar topics

3
8811
by: Aardwolf | last post by:
I've had PHP on my Win2K server running IIs 5 for about 2 weeks now. I have an annoying problem in that I can not run the php scripts/pages locally, instead they open up in the browser as a download. By that I mean that If I access them via my lan or the net from another computer on my lan, the webpages that have php on them and end in a .php extension all run fine and work just great. BUT if I open up the browser on the IIs server...
2
4510
by: Joel | last post by:
Hello, ASP does not work locally on my main web site when I browse the machine locally at the console itself, but to the outside world all is fine, and ASP executes normally. I have 4 other virtual webs on this server and I can browse ASP pages fine, locally. We need this working for a search engine product that is failing when trying to execute URLs against this virtual web site, locally.
10
2037
by: Tobias Nilsson | last post by:
I have almost exactly the same problem as the guy below. Is it NOT possible running .NET code locally in Internet Explorer WITHOUT a webserver???? / Tobias --------- My company has in the past created local browser applications with front end in HTML/JavaScript and backend in the form of a Java applet. The applet code contained the business code and calculations. Benefit of this approach is
3
9256
by: dk | last post by:
Hi all, Would appreciate some advice on the following: I am trying to speed up an Access database connected to a SQL Server back-end. I know I can use a pass-through query to pass the sql code directly to SQL Server and speed things up. However, I want to be able to "filter" or place conditions on which records to retrieve based on LOCAL tables in Access.
1
1201
by: Andy | last post by:
We have an ASP.NET application exported from MS Access 2003. I uses a series of queries to generate a page showing todays bookings. It works locally but does not work when we put it on a webserver (Running Server 2003). We have set the ASP.NET permissions on the appropriate folders. We have set the application to usesRemote = True. It loads the database ok, once we set usesRemote = True but it cannot load the queries from this...
1
2499
by: twister594 | last post by:
Hi, I'd like to be able to click a button on a web interface, and have an audio file play locally on the server. I'm using Apache 2.2 in Ubuntu 7.04. I've tried simply using shell_exec and mplayer, but I cannot use su or sudo to play the file as the user logged into the desktop and the apache user does not appear to have access to the soundcard. The apparent problem from the command's output for just running mplayer appears to be the...
1
1514
by: Alex | last post by:
Hello, I've written a Console application in VB 2005 which parses some files and stores the results in an MS SQL database. It runs beautifully locally, but as soon as I stick the compiled EXE on a network share and run it either via mapped drive or UNC it fails. Using a Try/Catch looking at Exceptions it shows the issue is SQL permissions. My question though is why would it matter where I executed the EXE from... I'm logged into the...
1
1010
by: =?Utf-8?B?SW50ZXJuZXQgRXhwbG9yZXIgNyBpbnN0YWxsIHBy | last post by:
Our VS.NEMT 3.5 files our on a server, like this \\server\app\solution.sln. I can load this solution buy double-clicking, which obviously loads VS 2008 on my locally machine. When I hit (to run the app) I get this error: "Required permissions cannot be acquired" So question is how do I make it work? I'm trying to run an application from a server locally.
1
3277
by: | last post by:
Hello, This is a very belated followup to the below issue, I am the original poster. I recently was creating a new OU structure and new security policy and during testing it was noticed that in fact happened on a server that has a web-app that uses Windows integrated authentication, which was a surprise to me. Does this "Log on Locally" policy also affect web-apps using Windows Integrated Authentication?
5
1305
by: John Wright | last post by:
I am developing a program that keeps track of manufacturing defects and deviances. When a product is being developed, if there is a deviance from the standard, we have to put the part on hold and create a deviation notice (EPN). I am going to use sharepoint for the EPN notification workflow and store the EPN data in SQL Server 2005. I am using VB 2008 to do the front end development. It is critical that the EPN be generated and the part...
0
8454
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8362
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8878
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8644
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7389
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6200
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5671
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.