Hello,
I have a database that stores my hours worked on a project. Currently I
copy the DB and the vb app on a usb thumbdrive. I run a web server, so I
was wondering if I could just copy the 3 databases(DataStorage, SettingDB &
System.mdw) to my web server. I could then access these via the web. But I
am sure how I would address my connections? ODBC? Has anyone done this
before?
Thanks,
Brian Shafer

I've crossposted due to lack of which group would be better to supply the
answer>...
--
Please remove the 123 from the EMAIL Address. This has been added to prevent
spamming.


pssssst! Here spammer, spammer, spammer.
pyramid@ftc.gov, bbroder@ftc.gov, jcheezum@uspis.gov, fraud@uspis.gov

re: Access 2000 via web by Jim

Jim
Tue Dec 30 11:28:46 CST 2003

>-----Original Message-----
>Hello,

Howdy.

>I have a database that stores my hours worked on a
>project. Currently I copy the DB and the vb app on a usb
>thumbdrive. I run a web server, so I was wondering if I
>could just copy the 3 databases(DataStorage, SettingDB &
>System.mdw) to my web server. I could then access these
>via the web. But I am sure how I would address my
>connections? ODBC? Has anyone done this before?

In general, you can't open an Access database across the
network using an http:// address, the way you can using a
UNC (\\server\sharename) address.

The trendy approach would be to put the Access database on
the Web server, write a Web service to perform the queries
and updates you need, and then change the vb app to use
the Web service. Of course, this is a tidy bit of work.

A more common approach is to put the database on the Web
server, and then rewrite the vb app as an ASP or ASP.NET
page. That way, all the processing occurs on the Web
server.

The simplest approach, of course, is to set up a scheduled
task that FTPs the database up to your Web site once a day
or whatever.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------


Re: Access 2000 via web by S

S
Tue Dec 30 14:27:05 CST 2003

for file transfers use an ftp system.
you can join us at alt.ftp-servers


--
http://edmontonssin.no-ip.com
http://gopherhunt.no-ip.com
----
i am the darkest creation of god
"Brian Shafer" <brian.shafer123@insightbb.com> wrote in message
news:vw8Ib.4567$I07.11532@attbi_s53...
> Hello,
> I have a database that stores my hours worked on a project. Currently I
> copy the DB and the vb app on a usb thumbdrive. I run a web server, so I
> was wondering if I could just copy the 3 databases(DataStorage, SettingDB
&
> System.mdw) to my web server. I could then access these via the web. But I
> am sure how I would address my connections? ODBC? Has anyone done this
> before?
> Thanks,
> Brian Shafer
>
> I've crossposted due to lack of which group would be better to supply the
> answer>...
> --
> Please remove the 123 from the EMAIL Address. This has been added to
prevent
> spamming.
>
>
> pssssst! Here spammer, spammer, spammer.
> pyramid@ftc.gov, bbroder@ftc.gov, jcheezum@uspis.gov, fraud@uspis.gov
>
>
>
>



Re: Access 2000 via web by MD

MD
Tue Dec 30 10:03:42 CST 2003

Hi Brian,

Yes, use the DRW and DIW to interface with the data base.

See
http://office.microsoft.com/assistance/hfws.aspx?AssetID=HP010531601033&CTT=1&Origin=EC010231151033
See
http://office.microsoft.com/assistance/hfws.aspx?AssetID=HP010531651033&CTT=1&Origin=EC010231171033&QueryID=2Hf48BvzM

"Brian Shafer" <brian.shafer123@insightbb.com> wrote in message
news:vw8Ib.4567$I07.11532@attbi_s53...
> Hello,
> I have a database that stores my hours worked on a project. Currently I
> copy the DB and the vb app on a usb thumbdrive. I run a web server, so I
> was wondering if I could just copy the 3 databases(DataStorage, SettingDB
&
> System.mdw) to my web server. I could then access these via the web. But I
> am sure how I would address my connections? ODBC? Has anyone done this
> before?
> Thanks,
> Brian Shafer
>
> I've crossposted due to lack of which group would be better to supply the
> answer>...
> --
> Please remove the 123 from the EMAIL Address. This has been added to
prevent
> spamming.
>
>
> pssssst! Here spammer, spammer, spammer.
> pyramid@ftc.gov, bbroder@ftc.gov, jcheezum@uspis.gov, fraud@uspis.gov
>
>
>
>