flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
Is there an easy way to do this in .net?
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
You should be able to do a query and count the number of rows in that query. You can do it in PHP.
|
flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
i have made a scalar query but dont no how to apply it so it does something
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Are you able to run any queries at all?
|
flame1987
Member
Registered: 20th Nov 06
Location: North Wales
User status: Offline
|
i have created queries as a look up, i.e find customer by date of birth, postcode, id
But these queries were create by using the query builder and using the @whatever withing the filter column.
|