How to read members Item from Groups GetSchema ?
Posted: Thu 11 May 2006 06:35
Can yuo help us of how to decode Row.Iem("members") of Groups GetSchema in VB2005
It return a type String: "{38196}"
Dim Dtl As System.Data.DataTable
Dim Row As System.Data.DataRow
Dtl = mvarConnectionDB.GetSchema("Groups")
For Each Row In Dtl.Rows
How to convert this ?
Row.Item("members")
'This return System.Byte[]
String: "{38196}"
Next Row
Thanks
It return a type String: "{38196}"
Dim Dtl As System.Data.DataTable
Dim Row As System.Data.DataRow
Dtl = mvarConnectionDB.GetSchema("Groups")
For Each Row In Dtl.Rows
How to convert this ?
Row.Item("members")
'This return System.Byte[]
String: "{38196}"
Next Row
Thanks