I have three columns in my database.
KEY_ID integer primary key autoincrement, KEY_MESSAGE string not null, KEY_POSITION integer not null
and i want to autoincrement both KEY_ID and KEY_POSITION. How can i do this?
I have three columns in my database.
KEY_ID integer primary key autoincrement, KEY_MESSAGE string not null, KEY_POSITION integer not null
and i want to autoincrement both KEY_ID and KEY_POSITION. How can i do this?