5
Answers

C# To Hold SQL Results

Photo of richard smith

richard smith

12y
17.2k
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)