
1-4
Status Codes
-1032: File access denied
There was an attempt to open a file that is read only or the specified
user does not have the proper rights to open the file. Record the steps
taken to get this error and notify Technical Support at Pervasive
Software.
-1040: Too many columns defined
The maximum number of columns that can be defined is 1600 in a
select statement; and 1536 elsewhere. Reduce the number of
columns to within a valid range and try again.
-1113: Too many active sessions
For Pervasive.SQL 8 and higher versions, the number of sessions
allowed is allocated dynamically.
Add additional memory, or close other applications on the
computer where the database engine is installed, and try again.
For Windows 32-bit servers: the number of active sessions has
reached the upper limit of your memory and cannot be
increased.
-1206: Non-db file or corrupted db
The file specified is not a valid database name or the database is
corrupt.
-1207: Database exclusively locked
There was an attempt to access a database that has been exclusively
locked by another user. Wait until the user removes the exclusive lock
before continuing.
-1250: Same column cannot be renamed and modified
You cannot rename a column and modify that column at the same
time. For example, the following statement causes an error because
column c1 is being renamed and modified at the same time: ALTER
TABLE t1 (RENAME COLUMN c1 to c2, MODIFY COLUMN c1
INT). However, the following statement is permissible because
different columns are being renamed and modified: ALTER TABLE
t1 (RENAME COLUMN c1 to c2, MODIFY COLUMN c3 INT).
Comentários a estes Manuais