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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.