I have a little problem with interacting with sql server from vb.net.
I look here and read this tutorial from your forum:
http://www.dreaminco...wtopic32392.htm
And now I shall detail my problem.
I made an sql server table called Per:

Until here all it's ok.
What I want to do is to insert in the two textboxes the user types Mike (in textbox1) and Bottomley (in textbox2) ,press the button search and stored the results in listview if he finds the row(and in this case it finds).
Here is the printscreen of my windows forms application vb.net(i'm using visual studio 2008 ):

So I type in the two textboxes Mike(textbox1) , Bottomley(textbox2) press the button and it searches in my sql server table (if it finds -in this case I have this rows it's row1) it displays me the result in the Listview.
That's my problem.
Any and all help is appreciated!
This post has been edited by mihaispr: 15 November 2009 - 09:31 AM

New Topic/Question
Reply




MultiQuote




|