Ok I get my answers !!! I was mistaken in some name of tables ;-) Now it's working well ....
On 5 déc, 11:49, Antony BODY <[email protected]> wrote: > Hi all, > > I'm trying to use SQLite in application for first time. My application > contains an TabActivity. I would to use an database in some of those > activities. Then, I created an DatabaseWrapper. Each time I try to > execute query with "rawQuery" method, I obtain this stack : > > Thread [<3> main] (Suspended) > ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord, > Intent) line: 2399 > ActivityThread.startActivityNow(Activity, String, Intent, > ActivityInfo, IBinder, Bundle, Object) line: 2242 > LocalActivityManager.moveToState(LocalActivityManager > $LocalActivityRecord, int) line: 127 > LocalActivityManager.startActivity(String, Intent) line: 339 > TabHost$IntentContentStrategy.getContentView() line: 631 > TabHost.setCurrentTab(int) line: 317 > TabHost$2.onTabSelectionChanged(int, boolean) line: 127 > TabWidget$TabClickListener.onClick(View) line: 346 > RelativeLayout(View).performClick() line: 2344 > RelativeLayout(View).onTouchEvent(MotionEvent) line: 4133 > RelativeLayout(View).dispatchTouchEvent(MotionEvent) line: 3672 > RelativeLayout(ViewGroup).dispatchTouchEvent(MotionEvent) line: 850 > TabWidget(ViewGroup).dispatchTouchEvent(MotionEvent) line: 882 > LinearLayout(ViewGroup).dispatchTouchEvent(MotionEvent) line: 882 > TabHost(ViewGroup).dispatchTouchEvent(MotionEvent) line: 882 > FrameLayout(ViewGroup).dispatchTouchEvent(MotionEvent) line: 882 > PhoneWindow$DecorView(ViewGroup).dispatchTouchEvent(MotionEvent) > line: 882 > PhoneWindow$DecorView.superDispatchTouchEvent(MotionEvent) line: > 1712 > PhoneWindow.superDispatchTouchEvent(MotionEvent) line: 1202 > EasyBudget(Activity).dispatchTouchEvent(MotionEvent) line: 1987 > PhoneWindow$DecorView.dispatchTouchEvent(MotionEvent) line: 1696 > ViewRoot.handleMessage(Message) line: 1658 > ViewRoot(Handler).dispatchMessage(Message) line: 99 > Looper.loop() line: 123 > ActivityThread.main(String[]) line: 4203 > Method.invokeNative(Object, Object[], Class, Class[], Class, int, > boolean) line: not available [native method] > Method.invoke(Object, Object...) line: 521 > ZygoteInit$MethodAndArgsCaller.run() line: 791 > ZygoteInit.main(String[]) line: 549 > NativeStart.main(String[]) line: not available [native method] > > Somebody have an idea where i mistaken ? > Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

