Hello everyone :)

Please help me in my problem about putting the data from database (MS Access 2003) to a label. What syntax should I use?.

I used AccessDataSource for connection and Datagridview for the output..

Thanks! :D
Your help will be highly appreciated ;)

Recommended Answers

All 4 Replies

>I used AccessDataSource for connection and Datagridview for the output..
>What syntax should I use?.

Select statement is required.

SELECT * FROM TABLENAME

>I used AccessDataSource for connection and Datagridview for the output..
>What syntax should I use?.

Select statement is required.

SELECT * FROM TABLENAME

thanks for the help.

but how can I retrieve that and put in a textbox?

textbox.text = ?

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.