engineer2100
Programmer
Hi all,
Does anyone know of any side effects of using ROWID instead of Primary Key values to update a table?
The reason is that, I am writing a small generic application to update data from any table that the user wants. Since a table might or might not having PK's I want to use ROWID for Updates and/or Deletes.
Regards
Engi.
Does anyone know of any side effects of using ROWID instead of Primary Key values to update a table?
The reason is that, I am writing a small generic application to update data from any table that the user wants. Since a table might or might not having PK's I want to use ROWID for Updates and/or Deletes.
Regards
Engi.