Grups de Google ja no admet publicacions ni subscripcions noves de Usenet. El contingut antic es pot continuar consultant.

Need quick pointers on accessing MDB file on a Web Server

2 visualitzacions
Ves al primer missatge no llegit

Lauren Wilson

no llegida,
14 de març 2006, 20:58:1014/3/06
a
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

Danny J. Lesandrini

no llegida,
15 de març 2006, 14:55:3115/3/06
a
LW

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

http://www.databasejournal.com/features/msaccess/article.php/3487741

Danny Lesandrini

John Mishefske

no llegida,
16 de març 2006, 0:40:5816/3/06
a
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
'---------------

Lauren Wilson

no llegida,
16 de març 2006, 13:31:3816/3/06
a

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.
0 missatges nous