|
The following table shows the limits or conditions that apply to features of the Pervasive Relational Interface.
A Pervasive PSQL database may contain four billion objects in any valid combination. The objects are persisted in the data dictionary files.
See also Naming Conventions in Pervasive PSQL Programmer's Guide, which is part of the Pervasive PSQL Software Developer's Kit (SDK).
A fully qualified object name combines the name of the database and the object using dot notation. For example, if you have a view named myview in database mydbase, the fully qualified object name is mydbase.myview.
Fully qualified object names need to be unique within a database. For example, suppose in database "mydbase," you name a table "acctpay" and a user-defined function (or any other object) "acctpay." The fully qualified name is "mydbase.acctpay," in which case Pervasive PSQL does not know to which object the name refers.
|
Chapter contents
Prev topic: ODBC Engine Reference
|