|
|
Q5822 How can I tell when my database query returns 0 records?
irt.org | Knowledge Base | ASP | Q5822 [ previous next ] Q5822 How can I tell when my database query returns 0 records?From time to time an application will execute a SQL query that's supposed to retrieve something, but doesn't. Whatever the underlying reason, it's important to handle this case. You should always encapulsate any code that depends on data being returned in a control flow structure (see examples).
Feedback on 'Q5822 How can I tell when my database query returns 0 records?' |
-- div -->
|