S
STeve
Hi guys,
I was wondering how I would go about creating a string array from a
single column from a dataset. What I was thinking was iterate through
each row in the dataset, finding out the size and create a string
array, and then foreach row in the dataset populate the string array
one item at a time.
The reason for this is because I have a dataset in C# and I am
returning this through a webservice to a MS Word Document (which is
VB6.0/VBA) that does not support datasets. Do you guys have any other
ideas? I appreciate your time and effort.
Thanks in Advance,
Steve
I was wondering how I would go about creating a string array from a
single column from a dataset. What I was thinking was iterate through
each row in the dataset, finding out the size and create a string
array, and then foreach row in the dataset populate the string array
one item at a time.
The reason for this is because I have a dataset in C# and I am
returning this through a webservice to a MS Word Document (which is
VB6.0/VBA) that does not support datasets. Do you guys have any other
ideas? I appreciate your time and effort.
Thanks in Advance,
Steve