Veiw an Access Database via VBSCRIPT

apolyak

New member
Joined
Aug 1, 2007
Messages
2
Location
PA
Programming Experience
1-3
Hey,

I'm working on a program that logs information given to it (using ADO.net via Access database) and I would like to make a web interface to veiw the access database. The problem is, that it has to be in HTML (vbscript etc.) because my clients dont have asp or asp.net installed on their servers.

Is there any way I can just view the datagrid in vbscript? Any help appreciated!

Thanks,
Andrew
 
How are you gonna create a web interface w/o a web server?

Anyway, you can probably get around this with just straight HTML file provided that they store and run the files on their local computer(s). The problem with this will be permission and accessing the database via shared resources unless each user also store the mdb on their machine (but that doesn't sound feasible).
 
Hey,

Well, I was origionally planning on uploading a database to an ftp server on each end and downloading it, but it would probrably make more sence to run a server. How would I go about doing that.

Andrew
 
For web interface we only have ASP.NET here, otherwise only VB.NET.
I'm sure there are many VBSCRIPT forums on the internet also if you want to ask about it.
 
Back
Top