SourceProgram[CurrentNdx] type 'System.IndexOutOfRangeException' char {System.IndexOutOfRangeException}
- base {"Index was outside the bounds of the arraySystem.SystemException {System.Ind
在创建新表时遇到一些小问题。当我使用CREATE TABLE命令时,我的新表的形式应该是正确的,但是当我退出activity时,应用程序崩溃,并且我得到的表已经存在于logcat中。如果我使用CREATE TABLE,如果不存在,那么新表将不会形成,而只是将我的新数据行添加到以前的表中,并且不会崩溃。这有什么问题呢?我想要在不给我已经存在的情况下添加表,并且希望它在不向不同的表中添加行的情况下添加。public class MySQLiteHelper extends SQLiteOpenHelper {
public static final String