|
The Black Magic Membership Packages
The King of the Black Magic Play, John
Martin, is now available on his own personal
site. Get his
premium selections for low prices, only
at BlackMagicSports.com. As always with
Black Magic plays, if we don't show you a
profit then you get an equal package for
FREE!
<%
strSQL = "SELECT * FROM Site WHERE ID=84;"
Set rstDBEdit = Server.CreateObject("ADODB.Recordset")
rstDBEdit.Open strSQL, CONN_STRING, adOpenKeyset, adLockOptimistic, adCmdText
If Not rstDBEdit.EOF Then
%>
<%=rstDBEdit.Fields("Article").Value%>
<%
Else
Response.Write "Record not found!"
End If
%> <%
strSQL = "SELECT * FROM Site WHERE ID=83;"
Set rstDBEdit = Server.CreateObject("ADODB.Recordset")
rstDBEdit.Open strSQL, CONN_STRING, adOpenKeyset, adLockOptimistic, adCmdText
If Not rstDBEdit.EOF Then
%>
<%=rstDBEdit.Fields("Article").Value%>
<%
Else
Response.Write "Record not found!"
End If
rstDBEdit.Close
Set rstDBEdit = Nothing
%>
|