473,405 Members | 2,310 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,405 software developers and data experts.

Need quick pointers on accessing MDB file on a Web Server

Can someone point me to the best concentration of info on manipulating
an MDB file via VBA and HTTP?

Need to do all the standard stuff for a flat-file database: locate and
retrieve records by ID col, Insert new records, edit and delete
records and return record data as XML or even Comma,Quote Delimited
text.

Any pointers to the quickest VBA code examples for doing this would be
much appreciated.

Thanks all,

-- LW
Mar 15 '06 #1
3 1674
LW

If you want to use ASP and VBScript, you could check out my article
at Database Journal

http://www.databasejournal.com/featu...le.php/3487741

Danny Lesandrini

Mar 15 '06 #2
Lauren Wilson wrote:
Can someone point me to the best concentration of info on manipulating
an MDB file via VBA and HTTP?


There are many different potential solutions. One way to work with Access .mdb via a
web server interface is to use Perl and the DBI module and write a CGI program.

Check out ActiveState Perl. Use its PPM utility to download the DBI module and
Google for some samples.

You mentioned VBA; Microsoft's ASP supports the use of VBScript as a language
for developing web apps that can interact with Access databases.

A big influence on how you do web access will depend on what your web host provider
makes available or what you've installed as a web server (Apache, IIS, etc.).

Unfortunately there is a substantial investment in time to learn to integrate
the various technologies to create a web solution.

--
'---------------
'John Mishefske
'---------------
Mar 16 '06 #3

Thanks very much John! THIS is the kind of response I was hoping for.
I regret there is not an easier way to do this but, this just means
that I can now safely turn my attention to different strategies,
without fear that a simpler approach has been overlooked.
On Thu, 16 Mar 2006 05:40:58 GMT, John Mishefske
<jm**********@SPAMyahoo.com> wrote:
Lauren Wilson wrote:
Can someone point me to the best concentration of info on manipulating
an MDB file via VBA and HTTP?


There are many different potential solutions. One way to work with Access .mdb via a
web server interface is to use Perl and the DBI module and write a CGI program.

Check out ActiveState Perl. Use its PPM utility to download the DBI module and
Google for some samples.

You mentioned VBA; Microsoft's ASP supports the use of VBScript as a language
for developing web apps that can interact with Access databases.

A big influence on how you do web access will depend on what your web host provider
makes available or what you've installed as a web server (Apache, IIS, etc.).

Unfortunately there is a substantial investment in time to learn to integrate
the various technologies to create a web solution.

Mar 16 '06 #4

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

Similar topics

10
by: Snake | last post by:
Hello guys, I have a quick question about pointers. When I say int *p; *p = 40; cout << *p; why does that produce and error message(something about fault address)? Isnt that I created a...
1
by: datapro01 | last post by:
We are attemtping a load using a dump file. The load is being run from an app server box (No 15) into a database server(box 13). The load works ok but we are getting some errors ...some rows have...
12
by: Ron Weldy | last post by:
I have a test server runinng 2003/IIS 6 with a mixture of asp and asp.net files. On my workstation I have a share set up to the folder where the web files reside. I am just doing quick and dirty...
7
by: Roshawn Dawson | last post by:
Hi, I have an xslt file located in the root directory. It is used by an aspx pages in both the root directory and a subdirectory. But for some strange reason, the aspx page in the subdirectory...
4
by: Khalique | last post by:
I have built a web service whose purpose is to copy files from a secure place to client machine and vice versa. The problem I am having is perhaps related to permissions and access rights. For...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
8
by: pamelafluente | last post by:
I am beginning aspNet, I know well win apps. Need a simple and schematic code example to start work. This is what I need to accomplish: ---------------------- Given button and a TextBox on a...
4
memoman
by: memoman | last post by:
Can any body help me in that program ??? mail me if anybody could reach any -helpfull- thing Write a C++ program that namely insert, delete, and search in a fixed record length file (containing...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...

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.