News:

Tekforums.net - The improved home of Tekforums! :D

Main Menu

Spreadsheet to database to website?

Started by zpyder, April 29, 2013, 21:50:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

M3ta7h3ad

Just because you use a relational database doesn't mean you have to make relations.

A flat table is simple enough of course it's hugely inefficient and defeats the point of having a relational database in the first place but it works.

If all it is is spreadsheets why not just knock something up that deals with flat files? This eliminating databases all together?

Wondering how to store images that way? Look up datauri stuff. Basically store images as base64 strings. Store the format and the browser (firefox/IE) converts it back to an image.

Sent from my Nexus 4 using Tapatalk 2