Norman,


Do you mean that I don't have to create for each table a Column like "Id_people" as being unique?

Therefore, if I call :

SELECT * FROM PEOPLE_TBL WHERE PEOPLE_TBL.rowid = 'ae45ghy78'

Providing that there is actually a rowid equals to 'ae45ghy78', I will get a record back from SQLite?

How can I SEE these values?


Youri


Norman Palardy wrote:

On Oct 15, 2006, at 1:12 PM, Youri wrote:


Hi,


Using SQLite, I was wondering how I could get/generate a unique ID for each record in a Table. Is there an SQLite integrated solution or do I have to generate one using RB?

Every row in a table has a rowid (I think that's the right name)
_______________________________________________
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>

Reply via email to