How to make a webbased guestbook with Excel as database.
If you want to make a guestbook or other kind of messaging system for a web application, and you don't have a database available like MySQL with PHP or with ASP, then I have this nice solution for you.
You can use Excel as a database it's not supposed to serve as database for a web application, but technically it is possible.
So if your company ran out of budget or tools for a good database, read this page very carefully.
Note: it is somehow buggy, it works only in IE in a Windows environment, and it does not work online because of browser securities. But it is a valuable solution for an intraweb or intranet.
Here's the tutorial with Demo:
http://www.bulevardi.be/?content=scr...&example=exvb2
Some knowledge of Html, VBScript, Javascript and CSS is handy for this.
I started building it first with a ADODB object and JET driver stuff etc... but every time I did a transaction to add or read something from the Excel file, I got a security popup that I couldn't get away. It was kind of annoying.
So that's why I made it without these ADODB things....
But the advantage with ADODB is that you can make queries from your excel file for generating nice output. Maybe someone has some ideas to make it better?



Reply With Quote



Bookmarks