On Tuesday, July 23, 2002, at 04:06 PM, Garry wrote:

> Hello everyone,
>
> I sure hope I am posting in the right place, the "beginners" definitely
> applies here.
>
> I have a web hosting account and my ISP has the following Perl modules
> installed:
>
> AnyDBM_File,pm
> db_file
> NDBM_File.pm
> ODBM_File.pm
> SDBM_File.pm
> gdbm_file perl5db.pl
>
> They have a statement on their "Using a Database with your web hosting 
> site"
> page which states "web hosting account servers do not include direct 
> access
> to an SQL, Access, or any other preconfigured database".
>
> I would like to take an existing MS Access database, load it onto my web
> hosting file area, and be able to actually interface with it using 
> Perl. (is
> it to obvious I'm just getting started?)

This really isn't going to buy you anything unless you have MS Access 
database software there to run your database.  Assuming you don't want 
to pay your hosting company to host your access db as well, running your 
own db there is not an option, and that you dont need real relational db 
functionality, your best bet may be to dump your database to some sort 
of flat file database (GDBM, NDBM, etc...) and accessing it that way.  
This very may well be _not_ what you want though.


> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
// George Schlossnagle
// Principal Consultant
// OmniTI, Inc          http://www.omniti.com
// (c) 240.460.5234   (e) [EMAIL PROTECTED]
// 1024D/1100A5A0  1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to