I am using jdbc to work with my sqlite database in java. I need to remove a row of in my database. However, I never really designed a column that could be a primary key. I think sqlite puts it's own auto-incremented value for each row in automatically. Is there a way I could use that to delete the row? Or do I have to create an "ID" column? Thanks, Eric -- View this message in context: http://www.nabble.com/Deleting-sqlite-rows-tp20412330p20412330.html Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users