The Recordset property returns the recordset object that provides the data being browsed in a form, report, list box control, or combo box control.
Die Recordset-Eigenschaft gibt das Recordset-Objekt zurück, das die in einem Formular, Bericht, Listenfeld-Steuerelement oder Kombinationsfeld-Steuerelement abgerufenen Daten bereitstellt.
Determines whether a RecordSet object can be edited or manipulated
getLength Returns the total number of records in a RecordSet object
getLength Gibt die Gesamtzahl der Datensätze in einem RecordSet-Objekt zurück.
Execute() will return a recordset object on successful execution.
The choice you make applies to data in forms, datasheets, and code that uses a recordset object to loop through records.
Diese Auswahl gilt für Daten in Formularen, Datenblättern und Code, bei denen ein Recordsetobjekt zum Durchlaufen der Datensätze verwendet wird.
The recordset object ($result) is responsible for retrieving the results and formatting the reply as text or as an array.
Das Datensatz-Objekt ($ergebnis) ist Verantwortlich zur Abholung der Daten sowie zur Vormatierung des Ergebnisses als Text oder als Array.
This becomes the default behavior for access to data through a form, a datasheet, and code that uses a recordset object to loop through records, but not through action queries, nor through code that performs bulk operations using SQL statements.
Dies wird das neue Standardverhalten für den Zugriff auf Daten mit einem Formular , einem Datenblatt und Code, der ein Recordset objekt zum Durchlaufen von Datensätzen verwendet, aber nicht mit Aktionsabfragen oder mit Code, der Mengenoperationen unter Verwendung von SQL-Anweisungen durchführt.
An issue that confuses beginners is the fact that we have two types of objects in ADODB, the connection object and the recordset object.
Ein Umstand der unter Anfängern für Verwirrung sorgt ist die Tatsache das wir zwei Typen von Objekten in der ADODB haben: das Verbindungs-Objekt und das Datensatz-Objekt.
The Recordset property returns the recordset object that provides the data being browsed in a form, report, list box control, or combo box control.
Die Recordset -Eigenschaft gibt das Recordset -Objekt zurück, das die in einem Formular, einem Bericht, einem Listenfeld-Steuerelement oder einem Kombinationsfeld-Steuerelement angezeigten Daten bereitstellt.
Indicates the ordinal position of a Recordset object's current record.
Gibt die Position des aktuellen Datensatzes eines Recordset -Objekts an.
Retrieves multiple records of a Recordset object into an array.
Ruft mehrere Datensätze eines Recordset -Objekts in ein Array ab.
Moves the position of the current record in a Recordset object.
Verschiebt die Position des aktuellen Datensatzes in ein Recordset -Objekt.
After you open the Recordset object, these properties become read-only.
Nach dem Öffnen des Recordset -Objekts sind diese Eigenschaften schreibgeschützt.