% Dim rsContent Dim rsContent_numRows Set rsContent = Server.CreateObject("ADODB.Recordset") rsContent.ActiveConnection = MM_connPrudential_STRING rsContent.Source = "SELECT * FROM Content" rsContent.CursorType = 0 rsContent.CursorLocation = 2 rsContent.LockType = 1 rsContent.Open() rsContent_numRows = 0 %>
|
|||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||