HomeAboutWeb DesignGraphicDesignPresentationContact

ASP Training 101

Retrieving data and placing In Div tags: Webitcorp

Retrieving data and placing In Div tags

Name
Resize, change dimensions, scale, crop, add text, optimize, rotate, flip, mirror and add watermark.

Name
If the max is reached uploads will be disabled.

Name
With Cute Editor, you have the choice of using either a relative or absolute URL.

Name
Clickable Image Maps

Name
Cross Browser Support

Name
Style Builder Dialog Box

Name
Universal and Virtual keyboard

Name
Paste clean HTML from Microsoft Word

Name
Content management with templates

Name
wss

Name
rrr

The Code

<%
Dim myConn

Set myConn = Server.CreateObject("ADODB.Connection")
myConn.ConnectionString="Driver={Microsoft Access Driver (*.mdb)};Dbq=" & server.mappath("//DB/Northwind.mdb") & ";"

myConn.Open

Dim myRS
Set myRS = Server.CreateObject("ADODB.Recordset")
myRS.Open "Employees", myConn,,,adCmdTable

Do while not myRS.EOF

Response.Write "<div style='float:left; width:100px;'>Name</div><div style='float:auto; width:400px;'>" & myRS("Title") & "</div><hr />"

myRS.MoveNext
Loop

myRS.Close
Set myRS = Nothing

myConn.Close
Set myConn = Nothing
%>

Home | About | Web Design | Graphic Design | Presentations | Contact | Site Map | del.icio.us+del.icio.us

| Saint Lucie County, Florida | Rockland County, NY | Burgan County, NJ |


Port Saint Lucie Web Development , Graphic Design , Multimedia Presentations , and much more

Valid XHTML 1.0 Transitional

Copyright ©2007

Onenuttyweb.com