Getting Started With Windows Shared Hosting

0 downloads 73 Views 615KB Size Report
Now that you've purchased your Windows shared hosting account, you're probably dying to take it out for a spin. ... take
Getting Started Guide

Getting Started With Windows Shared Hosting Setting up and configuring your shared hosting account.

Getting Started with Windows Shared Hosting Version 2.3 (01.01.08) © Copyright 2008. All rights reserved. Distribution of this work or derivative of this work is prohibited unless prior written permission is obtained from the copyright holder.

Trademarks Used in This Book DevGuru™ is a trademark of Infinite Software Solutions, Inc. MySQL® is a registered trademark of MySQL AB in the United States, the European Union, and other countries. W3Schools® is a registered trademark of Refsnes ;;UID=" & db_username & ";PWD=" & db_userpassword Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open connectstr qry = "SELECT * FROM " & tablename Set oRS = oConn.Execute(qry) Do Until oRS.EOF response.write ucase(fieldname) & ": " & oRs.Fields(fieldname) & "
" oRS.movenext Loop oRS.close Set oRs = nothing Set oConn = nothing %>

For more information about SQL Server and connecting to a SQL Server database, visit Microsoft SQL Server Home at: http://www.microsoft.com/sql/default.mspx/.