L
Lars
Hi
It's been some years since I last coded in SQL. I need some help to recall
dome things.
I have a Access data table called installs with the fields
ID
uid
aid
program
release
installdate
ID is the primary key. I need to create a GridView in Visual Web Developer
using ASP.NET 3.5. The View should for a selected month show the daily
install number for every distinct/unique program. I need this to so our
affiliates can track the number of installs. Note there is no personal
information gathered from the users. I recall that I must create a data view
or some ting and then select from that one.
Can I create one SQL command for this or do I really need to create a data
table and for every ro make a special SQL command to add the number of
installs like "select count(*) from installs where program=@program,
aid=@aid, datum=@datum"
Lars
It's been some years since I last coded in SQL. I need some help to recall
dome things.
I have a Access data table called installs with the fields
ID
uid
aid
program
release
installdate
ID is the primary key. I need to create a GridView in Visual Web Developer
using ASP.NET 3.5. The View should for a selected month show the daily
install number for every distinct/unique program. I need this to so our
affiliates can track the number of installs. Note there is no personal
information gathered from the users. I recall that I must create a data view
or some ting and then select from that one.
Can I create one SQL command for this or do I really need to create a data
table and for every ro make a special SQL command to add the number of
installs like "select count(*) from installs where program=@program,
aid=@aid, datum=@datum"
Lars