Re: Student/Developer NEW to MySQL and VB.NET seeking help desperately on connectivity and querries
Posted by: Sourjya Sen
Date: November 09, 2004 02:34PM

Thanks a million :) Connecting to the db and executing querries was not really the problem - but where I got stuck was parsing the resultset and extracting the data from the fields --> into textboxes. I'd been messing around with DataAdapter and DataReader but just couldn't figure out the right syntax.
------------------------------------------------
While myReader.Read()

TextBox1.Text = myReader.Item("fname")
TextBox2.Text = myReader.Item("lname")

End While
------------------------------------------------
- all because of this little bit of code :) thanks a million again for making my day. Now I can go get a good nights sleep ;)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.