OUR RETAIL PARTNERS
Listed below are the organisation who we think will go the extra mile to look after their military customers. If you have any comments about your personal experiences in dealing with them, please contact us .
<%
Set MyCmd = Server.CreateObject("ADODB.Command")
MyCmd.ActiveConnection = MyConn
MyCmd.CommandText = "SELECT * FROM Forces_ShoppingLinks WHERE Deleted = 'no' AND CatID = ?"
MyCmd.Parameters.Append MyCmd.CreateParameter("", 3, 1, , request("id"))
Set RSLinks = Server.CreateObject("ADODB.RecordSet")
RSLinks.Open MyCmd
Do While Not RSLinks.EOF
%>
<%RSLInks.Movenext
Loop%>