I have to amend that statement. I realized that I had added my own primary key column to the table, which is why I was not getting the rowID column. After deleting the custom primary key, and making sure I was including rowID in the SQLSelect statement, "rowID" works. I appreciate everyone's help in figuring this out.
On 5/13/06, Dennis Birch <[EMAIL PROTECTED]> wrote:
Yes. On 5/13/06, Giulio <[EMAIL PROTECTED]> wrote: > did you explicitlky ask for rowid in the sql statement? > > I mean 'select rowid,* from table...'
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
