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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kris

  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