<% 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

  Necklaces
  Peru Jewellery
  Purses
  Shell jewellery


   Links
  Ordering



   Please do not send me any junk spam mail or emails.  I do not import and export beads.
   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: 

   email- carol@carolscrafts.co.uk
   or telephone -  01954 200911

  
Carol Thacker
   49 High Street
   Cottenham
   Cambridge
   CB24 8SA

 


 
<% Connection.Close %>