all groups > vb.net upgrade > december 2004 >
You're in the

vb.net upgrade

group:

recordset.Getstring Equivalent


recordset.Getstring Equivalent Ritesh Jain via DotNetMonster.com
12/23/2004 12:35:07 PM
vb.net upgrade:
Hi,
What is the Equivalent of recordset.Getstring in Dataset?

Regards,
Ritesh

--
RE: recordset.Getstring Equivalent mohamed.mossad NO[at]SPAM egdsc.microsoft.com
12/27/2004 11:01:30 AM
Hi Ritesh
There is the method GetXml to return an XML representation of the date ,
you can put that either in a stream in memory or write to a file ( you can
also use WriteXml to write directly to a file)
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
RE: recordset.Getstring Equivalent Ritesh Jain via DotNetMonster.com
12/28/2004 9:39:19 AM
Hi Mohamed ,
Thanx for Reply.............Actually I just wanted to avoid the looping through all the Rows to get the comma separated string value of a particuar Column... which recordset.Getstring does...........but i think even recordset.Getstring might be internally performing this looping action.......

any way thanx.......

Regards,
Ritesh

--
AddThis Social Bookmark Button