<% Set Connection = Server.CreateObject("ADODB.Connection") Connection.Open Session("ConnectionString") SQLStmt = "SELECT * From item " SQLStmt = SQLStmt & "WHERE [Orderid] =" & Order & "; " Set RS = Connection.Execute(SQLStmt) 'Initialize variables for this application thedate = Cstr(Date) 'get the date thetime = Cstr(Time) 'get the time subtotal = 0 'the subtotal for a row of items subweight = 0 'the subweight for a row of items subsize = 0 'the subsize for a row of items%>

CONTACT  


   View  
           basket


  Home
  Bags
  Bracelets
  Crosses
  Earrings

  Fair Trade
  Gift Boxes
  Key Rings

  Necklace
  Purses
  Shell jewellery


   Links
  Ordering



   Please do not send me any junk or spam email.  This is a small company and we do not import any items.
   I am not interested in buying jewellery as I like to make my own.  Although I do buy some
   Fair trade jewellery and would  be interested to hear from anyone selling Fair trade beads
  
   If you have any queries or questions please contact me: 

   Click here to send an email 
  
or telephone -   01954 200911

   Carol Thacker
   49 High Street
   Cottenham
   Cambridge
   CB24 8SA

 


 
<% Connection.Close %>