Hello,
I have just started using Visual Basic Express 2005, and I am trying to make an application for my wife to use in her work as a teacher.
I previously made it using a bunch of asp-pages on a local IIS server on our computer, but I got frustrated with the whole set-up and decided to make a windows application.
Anyway. My question is related to getting data from the database. I have managed to bind one table to a listbox on the form, and I am trying to parse the selected name to do a new sql query. In the query-designer I can't find any information nor did a search help.
Sorry if this has been covered before, I just can't seem to find any resources on the subject.
Thanks,
Morten

Database question
MISIIM
(where DataTable is DataGrid object)
Den Jos
Morten
Deja-vu
hi,
this is a good tutorial have many examples and what you are talking about is one of them using the designer to auto generate code for you
http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx
also this is the msdn how do i page about data access and how you can do that programmaticly
http://msdn2.microsoft.com/en-us/library/ms171918(VS.80).aspx
hope this helps