> SELECT RecID, * FROM Information WHERE info_contactsptr = '1' I'm neither a Realbasic nor a SQL expert but if info_contactsptr id an object pointer, it should not be compared with a string. Did you try to remove the kommas -> WHERE info_contactsptr = 1