Displaying 1 result from an estimated 1 matches for "data_2004".
Did you mean:
data2004
2005 Sep 14
16
Showing database results in a grid view
Hello everyone,
It seems that the answer to my question should be obvious, but I''ve not
yet found a way to do what I want. Any advice on the best method would
be greatly appreciated.
Have the following database table:
CREATE TABLE datasets (
id int not null auto increment,
name varchar not null,
value varchar not null,
year varchar not null,
state