Discussion:
So simple, yet so hard!
(too old to reply)
informedia
2004-01-26 01:10:21 UTC
Permalink
Such a simple exercise is taking so long to find an answer. Please help.

Let's create a MsAccess file (access.mdb) and add a table with two fields:
name (txt50), number(int)

Place this .mdb file in the wwwroot of a default IIS5 install.

Create a client.htm which connects to access.mdb from a client on the
internet.

???? what does the html file look like to access the records in the
database????

Thank you in advanced.

p.s. let's keep it simple and avoid the 'should' work. KISS
Tom Pepper Willett
2004-01-26 02:03:43 UTC
Permalink
This visual basic newsgroup has been continued. For best results, post your
question in microsoft.public.frontpage.programming
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
"informedia" <***@informedia.tv> wrote in message news:401469b3$0$4267$***@lon-reader.news.telstra.net...
| Such a simple exercise is taking so long to find an answer. Please help.
|
| Let's create a MsAccess file (access.mdb) and add a table with two fields:
| name (txt50), number(int)
|
| Place this .mdb file in the wwwroot of a default IIS5 install.
|
| Create a client.htm which connects to access.mdb from a client on the
| internet.
|
| ???? what does the html file look like to access the records in the
| database????
|
| Thank you in advanced.
|
| p.s. let's keep it simple and avoid the 'should' work. KISS
|
|
informedia
2004-01-26 12:27:17 UTC
Permalink
thanks
Post by Tom Pepper Willett
This visual basic newsgroup has been continued. For best results, post your
question in microsoft.public.frontpage.programming
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| Such a simple exercise is taking so long to find an answer. Please help.
|
| name (txt50), number(int)
|
| Place this .mdb file in the wwwroot of a default IIS5 install.
|
| Create a client.htm which connects to access.mdb from a client on the
| internet.
|
| ???? what does the html file look like to access the records in the
| database????
|
| Thank you in advanced.
|
| p.s. let's keep it simple and avoid the 'should' work. KISS
|
|
Loading...