5
Answers

C# To Hold SQL Results

richard smith

richard smith

11y
6.7k
1
How via C# can I query a SQL table for carName and store all results in a C# string Array variable?  So something like:
(I know this isn't actual syntax) -- just needing an example of how to perform this action
string[] carName = "Select carName from OnsiteCars";
Answers (5)