W
Woof
I'm assuming I can convert / cast a standard DataSet (ASP.NET C#) so that I
can use it as a Visio DataRecordSet?
Unfortunately I can't find the right way to achieve this without possibly
adding all the columns, rows and keys manually.
Is there a simple way to do this? My DataSet construction is too complicated
to add a SQL SELECT statement and use the DataRecordSets.Add method.
Thanks in advance.
can use it as a Visio DataRecordSet?
Unfortunately I can't find the right way to achieve this without possibly
adding all the columns, rows and keys manually.
Is there a simple way to do this? My DataSet construction is too complicated
to add a SQL SELECT statement and use the DataRecordSets.Add method.
Thanks in advance.