<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' FileName="Connection_odbc_conn_dsn.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="true" ' Catalog="" ' Schema="" Dim MM_phillipsmitchell_STRING ' MM_phillipsmitchell_STRING = "Driver={Microsoft Access Driver (*.mdb)};Dbq=" & Server.Mappath("\db\cochrandoctor.mdb") & ";Uid=;Pwd=;" 'MM_pillipsmitchell_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=E:\Domain\justaskourdoctors.com\db\cochrandoctor.mdb" MM_phillipsmitchell_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath ("\db\cochrandoctor.mdb") & ";" %> <% Dim articles Dim articles_numRows Set articles = Server.CreateObject("ADODB.Recordset") articles.ActiveConnection = MM_phillipsmitchell_STRING articles.Source = "SELECT * FROM statistics WHERE article_display = True ORDER BY article_sort, article_title" articles.CursorType = 0 articles.CursorLocation = 2 articles.LockType = 1 articles.Open() articles_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 articles_numRows = articles_numRows + Repeat1__numRows %> Medical Statistics
FREE Medical Evaluation

There are many published statistics relating to medical malpractice in this country. Some of these statistics are based upon extensive and detailed studies conducted over a long period of time. Others have been reported frequently in various media sources. We have listed some of the more commonly published statistics.

<% If Not articles.EOF Or Not articles.BOF Then %> <% While ((Repeat1__numRows <> 0) AND (NOT articles.EOF)) %>

" class="list_large"><%=(articles.Fields.Item("article_title").Value)%>
<%=(articles.Fields.Item("article_summary").Value)%>

<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 articles.MoveNext() Wend %> <% End If ' end Not articles.EOF Or NOT articles.BOF %> 
<% articles.Close() Set articles = Nothing %>