Time:
Scotland: Wed, 10:14 am
Rhode Island: Wed, 5:14 am
Florida: Wed, 5:14 am
New Mexico: Wed, 3:14 am
California: Wed, 2:14 am

Click here to visit Livelife365.com

Click here to visit nmdarts.com



Buy this Ad Space.

180px wide.

Please get in touch with KH@ if you are interested and make an offer.

CLICK HERE TO GET AUCTION BAR NOW
US$10 per year - Save $100s!
The Fabulously Unfair
WebX Auction Bar. For Ebay etc.
Ro-Sham-Bo the opposition. Laugh like Eric Cartman when you win! CLICK HERE NOW!


More information and sign-up.

WebXpertz Hosting.
Custom fit from $5pm. PHP/MySQL
You'll save money, we'll save money. Seems fair to me. Interested? If so Please PM me here and tell me what you need. Thanks!


Please click here for more information


For continued disscussion on this topic : Database in Web Site


ipp01
06-14-2004, 10:14 PM
I need to add a very simply database to a web site. I have used cold fusion in the past but I am hoping that someone can suggest something that will be easy to maintain for non programmers. For example, would it be possible to create a simple menu driven database client-side with XML or XHTML?

Thanks for you attention.
gthompson@capitalnet.com

Vincent Puglia
06-15-2004, 02:15 PM
Hi ipp01 & welcome to the City that usually bases its data on more characters than x, m, l, t, and h :D

I'm not familiar enough with XML/XHTML to be able to answer your question directly. However...

How much data are you talking about? If it is small enough and you are talking about a Windows environment, you may be able to use TDC (tabular data ..something...), javascript arrays, and activeX components. Essentially, you can place your data in comma-delimited files, bind it with TDC tags, display it, and use regular javascript/html to update (the activeX for writing to file). The main drawback would be the possibility of data validation/corruption -- users are not the best data entry clerks and therefore, you would need to do a lot of data checking/validation.

Vinny

caislander
06-15-2004, 03:56 PM
IPP01,

XML can certinaly do it, just depending on the amount of choices and how often they are changed as to whether it is a good choice or not. Do a google search for XML data islands and you should find some additional info. I don't believe XHTML is up to the task as it is only a remake of HTML simply used to create the structure of the document.

Bullschmidt
06-29-2004, 10:42 PM
Or for a "quick and dirty" generic ASP open source solution to putting databases on the Web that just requires setting up a configuration page for each table or query and uploading the database to the Web as long as there is an autonumber field in each table (and you'll probably also separately want to create login capabilities), perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com and then click on the Tips link to see an example