I want create a simple database in MSSQL, say... a list of staff cars for
example, and give the folks in the company access via an intranet web page.
"Who owns XYZ123, you left your lights on" kinda scenario. "Who has a red
Toyota"... you get the idea...
I also want people to be able to update/add their own info so that it's
super super low maintenance.
How would you do this?
What's the classic method in Java?