Embedded SQL: sqlca.sqlcode



Hi,

Regarding the sqlca.sqlcode in embedded sql what is the following a
test for:
sqlca.sqlcode != 100

I have found the following also:
sqlca.sqlcode != 0 - sql failed
sqlca.sqlcode != -34000 - grant statement failed not owner of table
sqlca.sqlcode == -30100 - grant statement failed with missing table

Are there any other codes that can be checked for and what do they
mean?

Cheers,

Manny

.