|
Guestbook
<%
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "PROVIDER=SQLOLEDB;Server=SQL-1.AdvancedAccess.Com;Database=CustomDB;Network Library=dbmssocn;User ID=CustomDB;Password=lj68dh3hdh"
Set oRS = oConn.Execute("SELECT * FROM KungFooSanSoo_Guestbook ORDER BY DateTime DESC")
While NOT oRS.Eof %>
|
Date Time |
<%=oRS("datetime")%> |
|
Name |
<%=oRS("Name")%> |
|
Email |
"><%=oRS("Email")%> |
|
Homepage |
"><%=oRS("HomePage")%> |
|
Location |
<%=oRS("Location")%> |
|
How did you find us? |
<%=oRS("How")%> |
|
Comments |
<%=oRS("Comments")%> |
<% oRS.MoveNext
Wend %>
I want to Sign the Guestbook
|
[History]
[Instructors]
[Articles] [Events] [Memorabilia] [Guestbook] [Home]

Web design and hosting by
Advanced Access © 2000 |