Ok, I'm completely confused here:
I am using vs.net 2008 and have the forms all set up (grids, data entry forms, etc) using tableadapters i designed in the IDE using the data designer.
However, sometimes I just want to get basic information from the database using a SELECT statement, or maybe an UPDATE command. Another instance would be verifying username/passwords in a database table from a login form.
Do I then I have to do these queries the old fashioned way via code or is there somehow I can design the queries in the data designer and access it via code?
Thanks,
Chris
Chris Sutton
I am using vs.net 2008 and have the forms all set up (grids, data entry forms, etc) using tableadapters i designed in the IDE using the data designer.
However, sometimes I just want to get basic information from the database using a SELECT statement, or maybe an UPDATE command. Another instance would be verifying username/passwords in a database table from a login form.
Do I then I have to do these queries the old fashioned way via code or is there somehow I can design the queries in the data designer and access it via code?
Thanks,
Chris
Chris Sutton