How can I use an Index with SQL Data Base Access?
cnmSQLServer.Provider = "sqloledb"
cnmSQLServer.Open "driver={SQLSERVER};Server=Server; Database=Aiccopn2;"
rstBancos.Index = "Descricao"
rstBancos.Open "Bancos", cnmSQLServer, adOpenKeyset...
I have tried to use a Index of a Table in SQL serve but he keeps on telling me this mensage "Index does not exist" .But it does exist !!!!
Public cnmSQLServer As New ADODB.Connection
Public rstActividades As New ADODB.Recordset
Public rstBancos As New ADODB.Recordset...
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.