> > > > wie kann ich mit ASP ermitteln, wieviele Datens�tze > > eine SP zur�ckliefert? > > connection.Execute CommandText, RecordsAffected, Options >
Danke, allerdings habe ich eben folgendes in der ADO-Doku zu RecordsAffected gefunden: RecordsAffected does not return the number of records returned by a result-returning query or stored procedure. To obtain this information, use the RecordCount property. Aber wie setze ich RecordCount in diesem Zusammenhang ein? Gruss Alex www.aspintranet.de _______________________________________________ Database.asp mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/database.asp
