TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Saqi
NA
63
122.3k
How to retrieve data from datatable android
Jun 20 2012 1:26 PM
its not working giving error . why ?
String query = "Select * from DOMICI "
+ " SEG ="+seg.getText().toString()
+ " And UNIDADE ="+ubs.getText().toString()
+ " And AREA ="+area.getText().toString()
+ " And MICROAREA ="+microarea.getText().toString()
+ " And IMOVEL ="+imovel.getText().toString();
Cursor c =my.rawQuery(query,null);
Reply
Answers (
1
)
android how to pass data in Void()
how to connect to sql server in mono for android