Logger connected to: HUAWEI LDN-LX2
--------- beginning of system
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (business) Create (first time) **
111
112
113
** Activity (business) Resume **
** Activity (business) Pause, UserClosed = false **
** Activity (chkinguest) Create (first time) **
(ParseException) java.text.ParseException: Unparseable date: ""
** Activity (chkinguest) Resume **
InsertMaps (first query out of 1): INSERT INTO [RTable] ([RoomNo], [Guest], [Phone], [CitizenID], [Cost], [DateChkIn], [TimeChkIn], [DateChkOut], [StayDays], [CostPaid]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
** Activity (chkinguest) Pause, UserClosed = false **
** Activity (printout) Create (first time) **
** Activity (printout) Resume **
** Activity (printout) Pause, UserClosed = false **
** Service (starter) Destroy (ignored)**
Logger connected to: HUAWEI LDN-LX2
--------- beginning of system
--------- beginning of main
** Service (starter) Destroy (ignored)**
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (business) Create (first time) **
111
112
113
211
** Activity (business) Resume **
** Activity (business) Pause, UserClosed = false **
** Activity (timelinerents) Create (first time) **
dbutils_executehtml (java line: 187)
android.database.sqlite.SQLiteException: no such table: RTable (Sqlite code 1): , while compiling: SELECT [RoomNo] As ห้อง,[Guest] as ผู้เข้าพัก ,[Phone] as โทรศัพท์,[StayDays] as เข้าพัก,[CostPaid] as ยอดเงิน From RTable, (OS error - 2:No such file or directory)
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:925)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:536)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:603)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:63)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1397)
at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1331)
at anywheresoftware.b4a.sql.SQL.ExecQuery2(SQL.java:223)
at anywheresoftware.b4a.sql.SQL.ExecQuery(SQL.java:211)
at b4a.npsoft.millionaireresort.dbutils._executehtml(dbutils.java:187)
at b4a.npsoft.millionaireresort.timelinerents._showtableinwebview(timelinerents.java:471)
at b4a.npsoft.millionaireresort.timelinerents._activity_create(timelinerents.java:378)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:221)
at b4a.npsoft.millionaireresort.timelinerents.afterFirstLayout(timelinerents.java:105)
at b4a.npsoft.millionaireresort.timelinerents.access$000(timelinerents.java:17)
at b4a.npsoft.millionaireresort.timelinerents$WaitForLayout.run(timelinerents.java:83)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:101)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7529)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
android.database.sqlite.SQLiteException: no such table: RTable (Sqlite code 1): , while compiling: SELECT [RoomNo] As ห้อง,[Guest] as ผู้เข้าพัก ,[Phone] as โทรศัพท์,[StayDays] as เข้าพัก,[CostPaid] as ยอดเงิน From RTable, (OS error - 2:No such file or directory)