Hey guys,
I'm working on my DBMS project,it's about creating a visual basic application that links the user to a database.
I've created the connection and added the dataset with the relations i've made in MS access.
Since i'm a beginner in visual basic,i've come up with this simple layout:
[IMG]http://img130.imageshack.us/img130/74/43420380.th.jpg[/IMG]
The combubox contains a number of queries,the user then selects one and click excute ,the query will be shown in the gridview
is this methodology right ?? or i should have done something else?
and how can i call a query through a button??
any idea??