Recid and Rowid

Posted by Admin on 31-Mar-2009 10:30

Hi all,

What's the difference between recid and rowid?

Any help is greatly appreciated.

Tks

All Replies

Posted by Admin on 31-Mar-2009 11:30

RECID is basically an INTEGER number identifying a records position in the database storage area. It has the same limits as INTEGER (2 mio if I'm not mistaking).

The ROWID is large enough for databases of virtually any size. So for every new development you should choose the ROWID datatype.

Posted by Admin on 31-Mar-2009 12:12

Tks... I'll.

This thread is closed