A
abcd
what is the equivalent of the below ADO code in ADO.NET
Set objRs = objConn.OpenSchema(adSchemaTables)
thanks
Set objRs = objConn.OpenSchema(adSchemaTables)
thanks
what is the equivalent of the below ADO code in ADO.NET
Set objRs = objConn.OpenSchema(adSchemaTables)