Hello everyone!!!
I'm very new to programming in general I'm working with VS 2005 and database built with sqlserver 2005 express. I've built a GUI to add new raw materials into a database Ive Dragged over my conn and adapter generated a dataset. I also am using a DG to pop. from my txtboxes as drop downs but As I ponder on how to even start updating my DB. Im so lost is this where databinding comes in or is there a diff. or easier way.
Im just looking to Learn for som experts any help is cool.

use ADO.NET instead of OLEDB and adapter. You can directly update records present in DG with help of ADO.NET

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.