ID:78447
 
I made good progress today. I created tables in my DB and now have a demo application that can submit a bunch of test data to the DB as new records.

I also just finished making a generic query on the DB and can send the results to byond as a delimited string where I can process it.

The next step is to parse the string and format it for viewing. This is where I need to get unblocked. I have several posts going about how I should send html/js to the clients. One data file (.html) will constantly be sent over and over for every query and I'm not sure what the best design is.

ts