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 gkittelson 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: *

  1. xluryan

    Working with MSSQL Views... ?

    I run a query on a regular MSSQL table and it returns a RecordSet just fine. However, when I try to query a "view", I only ever get an empty RecordSet. Any help? Dim DB : Set DB = CreateObject("ADODB.Connection") Dim RS : Set RS = CreateObject("ADODB.RecordSet") Dim sQuery DB.Open...

Part and Inventory Search

Back
Top