%
Const adOpenKeyset = 1
Const adLockOptimistic = 3
DIM mySQL, objRS
Set objRS = Server.CreateObject("ADODB.Recordset")
mySQL = "Select * FROM Legal Where Id = 1"
objRS.Open mySQL, objConn
Dim strLicenseAgreement
strLicenseAgreement = objRS("LicenseAgreement")
If inStr(strLicenseAgreement, vbCrLf) Then
strLicenseAgreement = Replace(strLicenseAgreement, vbCrLf, "
")
End If
%>
(close this window to continue check out)