|
-
Aug 26th, 2004, 03:33 PM
#1
Thread Starter
Hyperactive Member
Open Access MDB in-situ from a web page?
Is it possible from a web page (ASP?) to open a Microsoft Access MDB file on the server, e.g. to utilize its switchboard and/or forms?
When I try it makes a local copy of the MDB, i.e. from the server onto the local user PC, but I don't want to be copying all the data/tables.
Thanks, DaveBo
"The wise man doesn't know all the answers, but he knows where to find them."
VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15
-
Aug 26th, 2004, 08:34 PM
#2
Re: Open Access MDB in-situ from a web page?
Originally posted by DaveBo
Is it possible from a web page (ASP?) to open a Microsoft Access MDB file on the server, e.g. to utilize its switchboard and/or forms?
When I try it makes a local copy of the MDB, i.e. from the server onto the local user PC, but I don't want to be copying all the data/tables.
Thanks, DaveBo
If the MDB file is in the same server/mache as the asp file then you can use ADO to read/write records from the MDB.
Your post is not clear, what are you trying to copy?
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 26th, 2004, 11:54 PM
#3
Re: Open Access MDB in-situ from a web page?
Originally posted by DaveBo
to utilize its switchboard and/or forms?
No. Unless you make the user download the MDB to their machines and then open it.
-
Aug 27th, 2004, 08:12 AM
#4
Thread Starter
Hyperactive Member
Thank for the replies
Just to clarify:
What I'm trying to do is open the MDB file right where it is and use it as GUI without copying the whole thing over the intranet.
We have many small apps written using Access, containing various sets of data and forms/reports etc. We'd like to provide users on our intranet a common access point into these via their browsers and not have to reinvent each form/report/query etc.
i.e. provide a web page with links to the various Access DBs.
Thanks, DaveBo
"The wise man doesn't know all the answers, but he knows where to find them."
VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15
-
Aug 27th, 2004, 09:00 AM
#5
Re: Thank for the replies
Originally posted by DaveBo
Just to clarify:
What I'm trying to do is open the MDB file right where it is and use it as GUI without copying the whole thing over the intranet.
We have many small apps written using Access, containing various sets of data and forms/reports etc. We'd like to provide users on our intranet a common access point into these via their browsers and not have to reinvent each form/report/query etc.
i.e. provide a web page with links to the various Access DBs.
Thanks, DaveBo
As far as i know, that cant be done. Though i remember seeing something like web form in Access. Try the VBA forum, they might know..
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 27th, 2004, 09:03 AM
#6
Isn't that what Asp/IIS, Mdb, CSS and html/javascript is for?
Oh and loadsa money to learn and utilise said apps for the companies benefit...
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Sep 3rd, 2004, 01:00 PM
#7
Thread Starter
Hyperactive Member
Another approach
I can fire up MS Access on the local/client PC from an asp on the server by just using
C:\Program Files\Microsoft Office\Office\MSACCESS.EXE
as a hyperlink URL
and then I can manually select the remote .MDB file from Access' opening dialog.
But, I can't fire up Access and pass the MDB in as an arg to come up automatically.
Any ideas? Can I somehow do a VBscript Shell on the client side to start Access locally and give it the remote DB filename?
Thanks, DaveBo
"The wise man doesn't know all the answers, but he knows where to find them."
VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15
-
Sep 3rd, 2004, 05:56 PM
#8
Only thing i can think of is using an ActiveX control, embed that in a web page and then download the file to the client machine and then execute it.
Note that it will only work in IE and the User will have to allow the ActiveX to be be downloaded and run.
For secerity reason you wont be able to Shell from a HTML page, or you could do all sort of things!
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|