12-15 15:35:11.760: E/Database(236): Failure 1 (near "nulllname": syntax error) on 0x329930 when preparing 'create table titles (_id integer primary key autoincrement, fname text not nulllname text not null,occupation text not null,address text not null,cellphone not null,homephone not null,email not null);'. 12-15 15:35:11.769: D/AndroidRuntime(236): Shutting down VM 12-15 15:35:11.769: W/dalvikvm(236): threadid=3: thread exiting with uncaught exception (group=0x4001b188) 12-15 15:35:11.769: E/AndroidRuntime(236): Uncaught handler: thread main exiting due to uncaught exception 12-15 15:35:11.779: E/AndroidRuntime(236): android.database.sqlite.SQLiteException: near "nulllname": syntax error: create table titles (_id integer primary key autoincrement, fname text not nulllname text not null,occupation text not null,address text not null,cellphone not null,homephone not null,email not null); 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method) 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1610) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.DBAdapter$DatabaseHelper.onCreate(DBAdapter.java:56) 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:106) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.DBAdapter.open(DBAdapter.java:74) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.AnchorFunApp$3.onClick(AnchorFunApp.java:151) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:158) 12-15 15:35:11.779: E/AndroidRuntime(236): at android.os.Handler.dispatchMessage(Handler.java:99) 12-15 15:35:11.779: E/AndroidRuntime(236): at android.os.Looper.loop(Looper.java:123) 12-15 15:35:11.779: E/AndroidRuntime(236): at android.app.ActivityThread.main(ActivityThread.java:4363) 12-15 15:35:11.779: E/AndroidRuntime(236): at java.lang.reflect.Method.invokeNative(Native Method) 12-15 15:35:11.779: E/AndroidRuntime(236): at java.lang.reflect.Method.invoke(Method.java:521) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) 12-15 15:35:11.779: E/AndroidRuntime(236): at dalvik.system.NativeStart.main(Native Method)