<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rsPage__MMColParam rsPage__MMColParam = "1" If (Request.QueryString("PageId") <> "") Then rsPage__MMColParam = Request.QueryString("PageId") End If %> <% Dim rsPage Dim rsPage_cmd Dim rsPage_numRows Set rsPage_cmd = Server.CreateObject ("ADODB.Command") rsPage_cmd.ActiveConnection = MM_cnWPHNA_STRING rsPage_cmd.CommandText = "SELECT * FROM Page WHERE PageId = ?" rsPage_cmd.Prepared = true rsPage_cmd.Parameters.Append rsPage_cmd.CreateParameter("param1", 5, 1, -1, rsPage__MMColParam) ' adDouble Set rsPage = rsPage_cmd.Execute rsPage_numRows = 0 %> WPHNA World Public Health Nutrition Association

 

 

World Nutrition
 
ISSN 2041-9775
Volume 1, Number 2, June 2010

Journal of the World Public Health Nutrition Association
Published monthly at www.wphna.org



Harriet Kuhnlein
Here is the good news



 


 


 

 



 

 


.

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