A
ad
I select a single field from a table of database, like:
Select distinct EmployeeID from Employee.
Have there any convenient to throw the result of select items into a static
array?
or I must iterate throw the select result to add selected item into a
dynamic array?
Select distinct EmployeeID from Employee.
Have there any convenient to throw the result of select items into a static
array?
or I must iterate throw the select result to add selected item into a
dynamic array?