oledbschemaguid

  1. M

    Question Getting secondary indexes of an Access Table through GetOleDbSchemaGuid.

    Hi. I want to find the secondary indexes of an Access Table. To obtain the fields of Primary key, I write next code. Dim cn As New OleDbConnection() Dim schemaTable As DataTable Dim i As Integer Dim sBD as String = "C:\MMBNet\Data2\Pe1.mdb" Dim sConex as...
Back
Top