J
John
Hi
Is there an ado.net equivalent of below ADO code?
Dim cn As New ADODB.Connection
Dim rs As New ADODB.Recordset
Set rs = cn.OpenSchema(adSchemaProviderSpecific,,
"{947bb102-5d43-11d1-bdbf-00c04fb92675}")
Many Thanks
Regards
Is there an ado.net equivalent of below ADO code?
Dim cn As New ADODB.Connection
Dim rs As New ADODB.Recordset
Set rs = cn.OpenSchema(adSchemaProviderSpecific,,
"{947bb102-5d43-11d1-bdbf-00c04fb92675}")
Many Thanks
Regards