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??

Recommended Answers

All 4 Replies

I think it possible . u need to write a sql command like:

"select name from class where name ='" & Combo1.Text & "' "

hello can you help me how to apload a photo in visual basic 6.0 using image and picture i need this kind of program thank you

hello can you help me how to a upload a photo in visual basic 6.0 using image and picture i need this kind of program thank you

hello can you help me how to a upload a photo in visual basic 6.0 using image and picture i need this kind of program thank you

start a new thread please

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.