Hi,
I have been doing simple Delphi applications but now want to do another simple project including a data table and I'm unsure on how to start it.
I'm using D7 Personal, and need to build a table that will record 5 columns of data per record:
Start (int); End (int); Total (float); Price (float); Where (char)
I'll have to do some simple math on the numeric data and also pull some of the data for a graph.
I was going to use a text file, but thought there might be a simple table that has some of those math functions built in.
Any help would be awesome!
Thanks,
TTChrisbo
I have been doing simple Delphi applications but now want to do another simple project including a data table and I'm unsure on how to start it.
I'm using D7 Personal, and need to build a table that will record 5 columns of data per record:
Start (int); End (int); Total (float); Price (float); Where (char)
I'll have to do some simple math on the numeric data and also pull some of the data for a graph.
I was going to use a text file, but thought there might be a simple table that has some of those math functions built in.
Any help would be awesome!
Thanks,
TTChrisbo