Not Monitored
Tag not monitored by Microsoft.
23,926 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
I need to copy the data from a table in SQL Server using C# (Windows Application Form, Visual Studio 2020 ) to an array. Please help me how to perform a task.
For example, I have table with these fields ID, COORDINATOR, and NAME. I need copy all COORDINATOR filed into 2D-array. The COORDINATOR field is int.
Thanks
Hai