Search :     
Simple Query
Ordering Column Data
Author Loops
Stores Loops
Simple Dbase Query
Complex Dbase Query
Sales in Stores
Current Server Time
Master Detail
HotList Project
Publishers&Titles Hot List
PlayList Using File
PlayList Using DBase


Main Link Page
Here is the results of your query.
<% dim objConn dim objRec dim strConn StoreSQL = "Select * from stores order by state, city, stor_name;" Set objConn = Server.CreateObject("ADODB.Connection") Set objRec = Server.CreateObject("ADODB.Recordset") objConn.Open strConnect %> <% objRec.Open storeSQL, objConn %> <% While Not objRec.EOF Response.write ("") Response.write ""&""&""&"" Response.write ("") objRec.MoveNext Wend objRec.Close objConn.Close set objRec = Nothing %>
StateCityStore Name
" &"" & objRec("state") & "" & objRec("city")&""& objRec("stor_name")&"

C++ Tutorial ASP Tutorial Java Tutorial XML Tutorial
Visual Basic And More Javascript doc Flash Tutorial
DeVry University Bronx Community College My Library
Send comments to Support@rrasaq.com