I have a database created in SQL Server 2014 and I've linke it with a project written in C# in Visual Studio. I created a ComboBox in which I get the names of all the tables from my database and a get button which shows the content of the current table when I click on it.
My question is, how can I acces the current columns one by one? Because I want to create Insert, Delete, Update buttons, and I need the name of the columns from the current table for that...