use SQL to find a record
There is a access table named book with a field named "author ".
On the winform,click the "Find" button will pop-up a Inputbox,then Input the author'a name,the click the "OK" button to begin find the record,if found the list it on the Textbox1.text,if not found then pop-up a messagebox"no found".
how to accomplish this?
Thanks!
|