WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   ASP und MS Access DBs (http://www.wcm.at/forum/showthread.php?t=59132)

moorhahn 09.06.2002 17:21

ASP und MS Access DBs
 
ne frage zu ner access db mit zugriff durch asp: wie kann man überprüfen ob das recordset datensätze enthält?

_m3 09.06.2002 17:30

http://msdn.microsoft.com/library/en...jodbrecpme.asp
RecordCount Property
Indicates the number of records in a Recordset object.

moorhahn 09.06.2002 17:38

sieht ned blöd aus. mag diese msdn library ned, habs deswegen auch schon fast vergessen.
sieht mal ned blöd aus.

hugin grímnirson 09.06.2002 18:16

If RS.EOF And RS.BOF Then

Response.Write "There are 0 records."

Else
.
.
.
.
End If


Alle Zeitangaben in WEZ +2. Es ist jetzt 15:04 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag