How would I do this and once when I connect how do I add stuff to it using ADO.NET?

Thanks. :)

The classes of ADO.NET library are divided into two groups -
1. Provider classes - are used to connect with DB, execute queries and retrieving results.
2. Relational classes. - are used to access data. In-memory representation of data.

Provider classes are depends upon the database product (oracle,mysql,ms-sql etc).

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.