<%@LANGUAGE="VBSCRIPT"%> <% Dim MembersRecords1 Dim MembersRecords1_numRows Set MembersRecords1 = Server.CreateObject("ADODB.Recordset") MembersRecords1.ActiveConnection = MM_connIVA_STRING MembersRecords1.Source = "SELECT * FROM members_list" MembersRecords1.CursorType = 0 MembersRecords1.CursorLocation = 2 MembersRecords1.LockType = 1 MembersRecords1.Open() MembersRecords1_numRows = 0 %> IVA Online
IVA Online
Activity Sectors Historic Objectives Meetings Members Area Members List Contact Us
Meetings
 

AGENDA

 

 

 

 

Please confirm your attendance to the cocktail and conference, as far in advance as possible, to the Secretary, Pamela Beighton,

Email: p.beighton@vars.org.uk Tel: +44 1253 850772 or Fax +44 1253 829454

Copyright ©2000 by ivaonline. All rights reserved
Search our website:
 


[ home ] [ activity sectors ] [ historic objective ] [ meetings ] [ members area ] [ members list ] [ contact details ]
web site hosted by Northern Monkey Creative Media
<% MembersRecords1.Close() Set MembersRecords1 = Nothing %>