Read the values from the table

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

I have dataSet and first table in dataSet has data about advertisments.

Now I am looking for each day and for each hour in defined week, if there
is any advertisment and if true then
write it on the client into the appropriate place.

How can I do that?

Create view for each hour and day and then go through the lines?

Thank you,
Simon
 
Hi Simon,

Do not try to make hughe datasets, this should be done in my opinion using a
SQL statement with a where clause.

Just my thought,

Cor
 
Back
Top