Calling sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); should give you the uid of the new inserted player.
sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
http://www.sqlite.org/c3ref/last_insert_rowid.html
Calling
sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*);
should give you the uid of the new inserted player.http://www.sqlite.org/c3ref/last_insert_rowid.html