C
Christian Miller
Hello. I am trying to follow some VB.net code and am having a heck of a
time trying to figure out a dataset source. I am assuming that a
dataset is similar to an adodb.recordset in VB6.
Here is the line of code that I am looking at:
mydataview = New DataView(mydatasource.Tables(0))
I need to know how to find the query that is being used to fill
mydataview. I'm well versed in vb6 and this .net conversion is driving
me crazy. In vb6, if I had a recordset, I could just print the
".source" and obtain the query. Please tell me that there is something
equivalent. Any help would be greatly appreciated.
Thanks,
Christian
(e-mail address removed)
Pariahware, Inc. Custom Software and Shareware
http://www.pariahware.com
time trying to figure out a dataset source. I am assuming that a
dataset is similar to an adodb.recordset in VB6.
Here is the line of code that I am looking at:
mydataview = New DataView(mydatasource.Tables(0))
I need to know how to find the query that is being used to fill
mydataview. I'm well versed in vb6 and this .net conversion is driving
me crazy. In vb6, if I had a recordset, I could just print the
".source" and obtain the query. Please tell me that there is something
equivalent. Any help would be greatly appreciated.
Thanks,
Christian
(e-mail address removed)
Pariahware, Inc. Custom Software and Shareware
http://www.pariahware.com