<%@LANGUAGE="VBSCRIPT"%> <% Dim rsLatest set conn = createobject("ADODB.Connection") 'conn.open = "DRIVER={MySQL Connector/ODBC v5};"_ conn.open = "DRIVER={MySQL ODBC 3.51 Driver};"_ & "SERVER=localhost;"_ & "DATABASE=katemccracken;"_ & "UID=root;PWD=password; OPTION=35;" set rsLatest = conn.Execute("SELECT * FROM tblkate ORDER BY StoryID DESC") %> <% Dim rsLatest_numRows rsLatest_numRows = 0 %> Kate McCracken - Australian Sports and Lingerie Model
<%=(rsLatest.Fields.Item("StoryDate").Value)%> - <%=(rsLatest.Fields.Item("StoryHeadline").Value)%>
 
  Latest News
 

<%=(rsLatest.Fields.Item("StoryHeadline").Value)%> - <%=(rsLatest.Fields.Item("StoryDate").Value)%>

<%=(rsLatest.Fields.Item("StoryBody").Value)%>


Click the photo for a sample...

 
  Site Introduction
 

I am a sports & lingerie model from Sydney, Australia. With the much aided support of friends and the design talents of Perrin Brown Web Designs, I have finally produced my own portal to showcase and develop my modelling and TV achievements.

As such I will be frequently updating this site so be sure to check back soon and feel free to drop me a line.

Thank-you for visiting!

X's Kate :)
 
 
   
 
     

<% rsLatest.Close() Set rsLatest = Nothing %>