how to check if table is empty?

amb3r

Registered User.
Local time
Today, 00:32
Joined
Jul 10, 2006
Messages
44
Hiya guys,

I need to write a code to check if a table is empty (i.e. no records in the table), below is the Pseudo code:

IF tableIsEmpty THEN
do this...
ELSE
do this..
End IF

Does anyone know how i can achieve this please? Is there a method to check if a table is empty or not?

Thanks alot,

Amber
 
thats Perfect. Thanks hun :)

Amber
 

Users who are viewing this thread

Back
Top Bottom