View Single Post
Old 03-08-2008, 08:24 PM   #1 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 192
falsepride is on a distinguished road
dynamic programming

while setting up a web app, i got the idea of making the app easily update able. like if one wanted to add another column to a sql table, all one had to do was literally add the column. without needing to change the parts of the app that access the table, or add new rows to the table.

is this a possible feat, or is it too big of a dream
__________________
falsepride is offline   Reply With Quote