I'm writing my first program. It's a C# console program. I need to connect to a database I've created as part of the project in VS Express. I've added the tables as Data Sources for the project.
I'm writing to ask about the basics of dealing with databases. Like what do these things mean?:
SQLConnection
SQLConnection class
SQLCommand
SQLDataAdapter
DataSets
I haven't yet been able to find tutorials that deal with these things on the level I need.
Thanks for your help.