1. 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);'.
  2. 12-15 15:35:11.769: D/AndroidRuntime(236): Shutting down VM
  3. 12-15 15:35:11.769: W/dalvikvm(236): threadid=3: thread exiting with uncaught exception (group=0x4001b188)
  4. 12-15 15:35:11.769: E/AndroidRuntime(236): Uncaught handler: thread main exiting due to uncaught exception
  5. 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);
  6. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
  7. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1610)
  8. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.DBAdapter$DatabaseHelper.onCreate(DBAdapter.java:56)
  9. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:106)
  10. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.DBAdapter.open(DBAdapter.java:74)
  11. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.example.anchorfunapp.AnchorFunApp$3.onClick(AnchorFunApp.java:151)
  12. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:158)
  13. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.os.Handler.dispatchMessage(Handler.java:99)
  14. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.os.Looper.loop(Looper.java:123)
  15. 12-15 15:35:11.779: E/AndroidRuntime(236): at android.app.ActivityThread.main(ActivityThread.java:4363)
  16. 12-15 15:35:11.779: E/AndroidRuntime(236): at java.lang.reflect.Method.invokeNative(Native Method)
  17. 12-15 15:35:11.779: E/AndroidRuntime(236): at java.lang.reflect.Method.invoke(Method.java:521)
  18. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
  19. 12-15 15:35:11.779: E/AndroidRuntime(236): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  20. 12-15 15:35:11.779: E/AndroidRuntime(236): at dalvik.system.NativeStart.main(Native Method)