I am doing an iPad application. MY UIView will be as follows. there will be 2 UITabelview,
UITabelview and UIButton were tables are connected to the SQLite. the tough task is i want to select a row in each table and provide the related data in UITextview by using a UIButton (which is a search button).
Can any one suggest me to start a code or provide me any example.
for UIPickerView with two component refer following link http://www.iphonetut.com/iphone_apps_-_interface_builder/86/uipickerview_with_two_component_example
this is the perfect answer for your query you need to just add your SQL functionality in button press event