<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim Recipes__MMColParam Recipes__MMColParam = "Peaches" If (Request("MM_EmptyValue") <> "") Then Recipes__MMColParam = Request("MM_EmptyValue") End If %> <% Dim Recipes Dim Recipes_numRows Set Recipes = Server.CreateObject("ADODB.Recordset") Recipes.ActiveConnection = MM_Pia_STRING Recipes.Source = "SELECT * FROM Recipes WHERE recipeName = '" + Replace(Recipes__MMColParam, "'", "''") + "'" Recipes.CursorType = 0 Recipes.CursorLocation = 2 Recipes.LockType = 1 Recipes.Open() Recipes_numRows = 0 %> <% Dim Products__MMColParam Products__MMColParam = "1" If (Request.QueryString("ID") <> "") Then Products__MMColParam = Request.QueryString("ID") End If %> <% Dim Products Dim Products_numRows Set Products = Server.CreateObject("ADODB.Recordset") Products.ActiveConnection = MM_Pia_STRING Products.Source = "SELECT * FROM Products WHERE ID = " + Replace(Products__MMColParam, "'", "''") + "" Products.CursorType = 0 Products.CursorLocation = 2 Products.LockType = 1 Products.Open() Products_numRows = 0 %> Gourmet Spreads and Tapenades from Pia's European

Home

Products Recipes News FAQ Specials Contact View Cart
 
Pias European Pias Recipes
recipes
 
spacer
Pia's Olive and Garlic Tapenade
This Tapenade is a mixture of Greek olives, garlic and extra virgin olive oil plus a few select spices. Your guests will absolutely love this spread.
 
   
   
Pia's Dill and Caper Spread
This dill and caper spread creates a luxurious and delicate fish dish in only a few minutes. It is simply the best for salmon and other types of fish.
 
   
   
Pia's Caper and Parsley Spread
This green spread is made from fresh parsley, capers and extra virgin olive oil plus a few select spices. This spread caters to people who do not appreciate garlic.
 

 

bottomstrip
bottombar

© 2007-8 Pias European/Sunny Bella Ltd. All Rights Reserved.
 

<% Recipes.Close() Set Recipes = Nothing %> <% Products.Close() Set Products = Nothing %>