Location:
D32DBMS.H
const TInt KDbUndefinedCount;
A value returned by RDbRowSet::Count() when the number of rows cannot be determined.
const TInt KDbDefaultTextColLength;
The default text column length. This is equal to 50.
const TInt KDbMaxStrLen;
The maximum length for a generic DBMS string, which might be transferred from DBMS server to the DBMS client using IPC.