P
pooba53
The book I'm learning VB .NET from barely scratches the surface of
ADO.NET. I have a working application that has a database connection
(to Access), a data connection OlDbConnection1, a data adapter
OlDbDataAdpater1, and my text boxes are working as expected when bound
to the Access fields. The book has "Wizards" do all the "magic".
What my book does NOT cover is how to use the above items to generate
sql commands and capture the results. Sort of pitiful.
I know SQL and have used it with Linux, PHP, and MySQL. I just don't
understand the most common thing in the realm of getting information
from a database using VB .NET and VS 2003.
I do have a dataset created too called "Data1".
I already have everything set up, I just don't know the syntax to
create a select statement and capture the results!
Thanks for putting up with my dunce cap...
-Dan
ADO.NET. I have a working application that has a database connection
(to Access), a data connection OlDbConnection1, a data adapter
OlDbDataAdpater1, and my text boxes are working as expected when bound
to the Access fields. The book has "Wizards" do all the "magic".
What my book does NOT cover is how to use the above items to generate
sql commands and capture the results. Sort of pitiful.
I know SQL and have used it with Linux, PHP, and MySQL. I just don't
understand the most common thing in the realm of getting information
from a database using VB .NET and VS 2003.
I do have a dataset created too called "Data1".
I already have everything set up, I just don't know the syntax to
create a select statement and capture the results!
Thanks for putting up with my dunce cap...
-Dan