hai all,
I have a database contain id, name, phone, address, email. Now i want to get only name from this table.
My query is ..SELECT * FROM tbl_address WHERE id='" & txt_Id.Text & "'
I have a database contain id, name, phone, address, email. Now i want to get only name from this table.
My query is ..SELECT * FROM tbl_address WHERE id='" & txt_Id.Text & "'