By patvdv at 26 Feb 2008 - 21:57
|
'No hints' hint
By default the driver generate a hint for each query it sends to the RDBMS (assuming the RDBMS supports hints of course). With the hint 'no hints' you tell the driver not to generate these default hints. The 'no hint' hint can be specified in combination with other hints. This may seem contradictory, however there are cases in which this can be useful. For information on this see the section Hint evaluation below.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
1 EPERM - Not owner
Description:
This error indicates an attempt to modify a file that cannot be modified, except by its owner or a super user. This error also appears when ordinary users attempt actions allowed only to the super user.
Solution:
Possible solutions are:
|
|
By patvdv at 26 Feb 2008 - 21:56
|
10 ECHILD - No child processes
Description:
This error indicates that a process that has no child processes waiting has executed a wait. A child process is a process spawned by another process (the parent process).
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
100 EDUPL - Duplicate Record
Description:
This error indicates that a duplicate value exists.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
101 ENOTOPEN - File not open
Description:
This error indicates that the table is not open.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
102 EBADARG - Illegal argument
Description:
This error indicates that an illegal argument has been specified.
Solution:
XXXXXXXXXXXXXXX
|
|
By patvdv at 26 Feb 2008 - 21:56
|
103 EBADKEY - Illegal key description
Description:
This error indicates that an illegal key description has been specified.
Solution:
Use the bdbpre and bdbpost tools to ....................................??????????????????.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
104 ETOOMANY - Too many files open
Description:
This error indicates too many tables are open.
Solution:
If you use the BAAN Base database increase the
MAXOPENF
parameter.
|
|
By patvdv at 26 Feb 2008 - 21:56
|
105 EBADFILE - Bad ISAM file format
Description:
This error can indicate the following:
- The BAAN Base file format is not correct.
- A file is not closed correctly.
Solution:
Check and repair the table. Use the following command:
|
|
By patvdv at 26 Feb 2008 - 21:56
|
106 ENOTEXCL - Non-exclusive access
Description:
This error indicates that the table is not exclusively locked action. You can either wait until the lock on table is released or you can remove the lock yourself.
Solution:
Wait until the lock on table is released or remove the lock.
|
|