<%@LANGUAGE="VBSCRIPT"%> <% Dim A__MMColParam A__MMColParam = "A" If (Request("MM_EmptyValue") <> "") Then A__MMColParam = Request("MM_EmptyValue") End If %> <% Dim A Dim A_numRows Set A = Server.CreateObject("ADODB.Recordset") A.ActiveConnection = MM_Plants_STRING A.Source = "SELECT Genus, Hybrid, Species, Cultivar, AGM, Ht, TimeOfFlowering, Available, Later FROM PlantDatabase WHERE Genus LIKE '" + Replace(A__MMColParam, "'", "''") + "%' AND Available LIKE 'Now' OR Genus LIKE '" + Replace(A__MMColParam, "'", "''") + "%' AND Available LIKE 'Later' ORDER BY Genus ASC, Species ASC, Cultivar ASC" A.CursorType = 0 A.CursorLocation = 2 A.LockType = 1 A.Open() A_numRows = 0 %> Home Page
Header image  
Mrs Rona M Ashworth B.Sc.(Hort)
01653 658444
 
line decor
  
line decor
 


 Helenium
 ACHILLEA Feuerland

 
 

AstMax

ASTRANTIA Maxima  AGM

 

 
 
 
Catalogue
 
ABCDEFGHIJKLM
 
NOPQRSTUVWXYZ
 

 

Plants marked  *  may be in limited supply or will be available later in the season.

Plant printed in bold type are new to us this season

AGM  indicates that the plant has been given an Award of Garden Merit by the Royal Horticultural Society, after trials to monitor its performance.
The plant is recommended for use in domestic gardens.

PBR indicates that the plant is protected by Plant Breeder's Rights and may not be propagated for resale.
A royalty fee has already been paid , so these plants may be more expensive.

  Genus Plant Ht Flowering Colour
<%=(A.Fields.Item("Later").Value)%> <%=(A.Fields.Item("Genus").Value)%> <%=(A.Fields.Item("Hybrid").Value)%><%=(A.Fields.Item("Species").Value)%><%=(A.Fields.Item("Cultivar").Value)%><%=(A.Fields.Item("AGM").Value)%> <%=(A.Fields.Item("Ht").Value)%> <%=(A.Fields.Item("TimeOfFlowering").Value)%> <%=(A.Fields.Item("Colour").Value)%>
 
Mount Pleasant Plants, Malton Road, Leavening, Malton, N.Yorkshire  
<% A.Close() Set A = Nothing %>