I'm trying to figure out how to rewrite a program that I made for Postgre. We recently Dropped it in favor of MySQL.
My program uses the OID field throughout the program in SELECT and INSERT statements.
From what I gather MySQL doen't support the row id concept. So i'm trying to figure out how to emulate it. Help much appreciated. Thanks