Database object or SQL statement that form or report is based on
Invalid Database object. (Error 3263)
Finally, it closes the recordset and the reference to the Database object.
Schließlich wird der Datensatz und der Verweis auf das Database -Objekt geschlossen.
A Database object represents an open database.
Opens a specified database and returns a reference to the Database object that represents it.
Öffnet eine angegebene Datenbank und gibt einen Verweis auf das Database -Objekt zurück, das sie repräsentiert.
Database:. Database object creation failed, mode =.
You use the Database object and its methods and properties to manipulate an open any type of database, you can
Sie verwenden das Database -Objekt und dessen Methoden und Eigenschaften, um eine geöffnete Datenbank zu bearbeiten. Bei jedem Datenbanktyp können Sie die folgenden Aktionen ausführen
Database:. Database object creation failed, mode =.
You can also create a password for the new Database object by concatenating the password string (starting with;pwd=) with a constant in the locale argument, like this
Sie können auch ein Kennwort für das neue Database -Objekt erstellen, indem Sie die Kennwortzeichenfolge (beginnend mit;pwd=) mit einer Konstante im Argument locale verknüpfen, wie im folgenden Beispiel
Database object names and prefixes
To refer to a Database object in a collection by its ordinal number or by its Name property setting, use any of the following syntax forms
Der Verweis auf ein Database -Objekt in einer Auflistung erfolgt über dessen Ordnungszahl oder den Wert der Name -Eigenschaft, wobei Sie die folgenden Syntaxformen verwenden können
For example, you can use the CodeDb method in a module in a library database to create a Database object referring to the library can then open a recordset based on a table in the library database.
Sie können z. B. mit der CodeDb CodeDb-Methode in einem Modul einer Bibliotheksdatenbank ein Database -Objekt erstellen, das auf die Bibliotheksdatenbank verweist. Anschließend können Sie eine Datensatzgruppe öffnen, die auf einer Tabelle der Bibliotheksdatenbank basiert.
For example, you can use the CodeDb method in a module in a library database to create a Database object referring to the library database.
Sie können z. B. mit der CodeDb CodeDb-Methode in einem Modul einer Bibliotheksdatenbank ein Database -Objekt erstellen, das auf die Bibliotheksdatenbank verweist.