Hi All
I am trying to create a sqlite file with the primary key being unique from 2 fields
I have tried
But this does not seem to work
Any Ideas ?
Thank you
I am trying to create a sqlite file with the primary key being unique from 2 fields
I have tried
B4X:
DBUTILS.CreateTable(sql1, "Joined", S, "game_id,user_ID")
But this does not seem to work
Any Ideas ?
Thank you
Last edited: