C# and databases
-
Hello, I have basic knowledge when programming with C#. And I need help in how to connect and access a database such as MS Access to retrieve data. Please show me a sample code, or point me to any resources that explain this simply. Thank you.
-
-
-
Star08 wrote:
google confuses me rather than helping me
It would confuse you but it would not leave you in a lurch. It is a test of endurance and perseverance. Refining your queries should bring you some light at the end of tunnel.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
-
I know you weren't. And I really meant thank you. I would've googled c# db ms access and added + and "" and I would've probably confused myself and won't reach a satisfying search result.
-
Hello, I have basic knowledge when programming with C#. And I need help in how to connect and access a database such as MS Access to retrieve data. Please show me a sample code, or point me to any resources that explain this simply. Thank you.
One of the cool things with Visual Studio is that you can just drag and drop an Access database (either MDB or the new ACCDB format for Access 2007) to the solution explorer to add the database to your project. After a few seconds you will be presented with a wizard to help you through the steps of importing the tables from your database into typed datasets to use in your code or to bind to controls. It's great for experimenting and get you started with databinding. Renaud
Blog blog.nkadesign.com Articles etc.nkadesign.com