Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 9695
  • Order by date
  1. 9695

    SQL - Index access

    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...
  2. 9695

    How to use Index with SQL

    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...

Part and Inventory Search

Back
Top