T
TNG
Hi,
Probably simple question, but I searched and searched for a solution, but
still no result:
so... I have a simple ASP file with two recordsets, and lot of text. In the
beginning I check
my database if there are records present.
But if no records are present, what should I put in the code to prevent that
everything else of my page does'nt load en that in the table where there are
no records are, just a message appears ??
if (objRSNews.BOF and objRSNews.EOF) then
'
'
' ******************** oplossing zoeken voor al er geen nieuwsfeiten zijn.
'
response.end
End if
Thx
Probably simple question, but I searched and searched for a solution, but
still no result:
so... I have a simple ASP file with two recordsets, and lot of text. In the
beginning I check
my database if there are records present.
But if no records are present, what should I put in the code to prevent that
everything else of my page does'nt load en that in the table where there are
no records are, just a message appears ??
if (objRSNews.BOF and objRSNews.EOF) then
'
'
' ******************** oplossing zoeken voor al er geen nieuwsfeiten zijn.
'
response.end
End if
Thx