Read the values from the table

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top