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: kris
  • Order by date
  1. kris

    Connecting to SQL Server database

    or you can use Dim conn Set conn = Server.CreateObject("ADODB.Connection") conn.open "DRIVER={SQL Server};SERVER=[computer name;DATABASE=[database name];UID=[user ID];PWD=[password]" replace the text between "[" & "]" with your own database setting

Part and Inventory Search

Back
Top