HTML and Database Execution

Martyh

Registered User.
Local time
Yesterday, 22:26
Joined
May 2, 2000
Messages
196
Simple question (and answer I hope!!)

Does anybody know how to execute an mdb file directly out of HTML code?



Marty


:confused:
 
You mean other than just a link to the file? I've run a php page on my desktop before and used links to databases. It worked fine like that.
 
I'm not sure what you mean by a link --- I simply want to execute MS Access directly from an HTML coded file --- code that
I would imagine being pretty straight forward --- it is just that I'm not familiar with HTML's code set.

I want to have an HTML page and then use options given inside the HTML page to decide which of the four db's I want. ---- simple or so I thought....

Is that not possible ?

Marty
 
I think we don't know what you mean by "execute" the .mdb. Is there some code you want to run? Are you trying to get data from a table? Do you want to open a report?
 
No Pat, its before then...

I want to know if there is an HTML command like in one of those "old-fashioned" DOS *.bat files where I can chose a database 1) 2) or 3).... and then get into access 1) 2) or 3).

... so I need to "execute" the access program from an HTML script.

Is there something I'm missing... like a brain cell or two

:)

Marty
 
The Shell command is used in VB, VBA, and VBScript to "execute" another application. Is that what you're looking for?
 
Yup ! That's it !

Now, is there any HTML equivalent --- and would you know the syntax ?

I can also live with a Javascript equivalent ... but I get hazy!

:)

i know that technically you would never dream of having an HTML piece of code that would generate an "execute command", but in this specific case, it is over local CPUs.

Thanks

Marty
 
I have NEVER used HTML in my life. I had no idea what I was looking for. I opened the HTML help file, navigated to the elements section. Reviewed a few possiblities and found the SCRIPT element. It "specifies a script for the page that is interpreted by a script engine". Could you have found this if you had looked?
 
And there was me always thinking that HTML was just a formatting language for web style pages. :rolleyes:

* I edited the title of this thread to make it more meaningfal (was Simple question (and answer I hope!!))
 
Thank-you Pat and Mile ... and others for your help.

I found... err put together two languages -- HTML and Javascript, a menuing system (DHTML) and a system called "HTA" to be able to build what I needed. There are a number of steps involved, so if you still want further information please contact me! NOTE: This is only for ***Local use of the databases ONLY***, not across the internet....

NOTE: And I guess I was really asking some of the wrong question(s)... because of misunderstanding on my part on how the system actually worked !

BTW, anything these days is possible if you look hard enough...
it just may be something else that your looking for.

Thank-you again for your patience,

Marty H.

:D
 

Users who are viewing this thread

Back
Top Bottom