M
Mike
Hi. I'm executing a DataReader and getting a single column resultset from a
SQL Database. I need to load each resultset's row into a string array
variable named CustomerNames(). Is it possible to do this? For example...
Dim CustomerNames() as string
CustomerNames = Split(mydatareader("columnname").tostring, ....)
Thanks!
SQL Database. I need to load each resultset's row into a string array
variable named CustomerNames(). Is it possible to do this? For example...
Dim CustomerNames() as string
CustomerNames = Split(mydatareader("columnname").tostring, ....)
Thanks!