I have a problem in retrieving data from database.. I have 3 textboxes and textbox1 is for applicant_num, textbox2 is for applicant_name and textbox3 is for Lot_num and i want to view those data in listview.. how can I get the data from database using vb.net? Hope you can help me.. thanks.
Code is here:
dim sql as string = "select * from Pambujan where app_num = '" & textbox1. text & "', app_name = '" & textbox2. text & "', lot_num = '" & textbox3. text &"'"