<%@LANGUAGE="VBSCRIPT"%> <% Dim rsAccredited Dim rsAccredited_numRows Set rsAccredited = Server.CreateObject("ADODB.Recordset") rsAccredited.ActiveConnection = MM_connAccredited_STRING rsAccredited.Source = "SELECT Course_Manufacturer FROM qsixtrain.Q6_Course_Manufacturers ORDER BY Course_Manufacturer ASC" rsAccredited.CursorType = 0 rsAccredited.CursorLocation = 2 rsAccredited.LockType = 1 rsAccredited.Open() rsAccredited_numRows = 0 %> <% Dim rsGeneric Dim rsGeneric_numRows Set rsGeneric = Server.CreateObject("ADODB.Recordset") rsGeneric.ActiveConnection = MM_connAccredited_STRING rsGeneric.Source = "SELECT Course_Technology FROM qsixtrain.Q6_Course_Technology ORDER BY Course_Technology ASC" rsGeneric.CursorType = 0 rsGeneric.CursorLocation = 2 rsGeneric.LockType = 1 rsGeneric.Open() rsGeneric_numRows = 0 %> <% Dim rsEvents Dim rsEvents_numRows Set rsEvents = Server.CreateObject("ADODB.Recordset") rsEvents.ActiveConnection = MM_connAccredited_STRING rsEvents.Source = "SELECT * FROM qsixtrain.Q6_Events ORDER BY Start_Date ASC" rsEvents.CursorType = 0 rsEvents.CursorLocation = 2 rsEvents.LockType = 1 rsEvents.Open() rsEvents_numRows = 0 %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = -1 Repeat2__index = 0 rsGeneric_numRows = rsGeneric_numRows + Repeat2__numRows %> <% Dim Repeat3__numRows Dim Repeat3__index Repeat3__numRows = 5 Repeat3__index = 0 rsEvents_numRows = rsEvents_numRows + Repeat3__numRows %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsAccredited_numRows = rsAccredited_numRows + Repeat1__numRows %> Q6 Training : About Q6 : News

Q6 becomes European Master ATP for SonicWALL
October 2005

Specialist communications training company, Q6 Ltd has announced that it has been appointed a Master ATP ( Authorised Training Partner) for SonicWALL, Inc in the Europe region. Q6 will deliver the full range of SonicWall training courses, including the latest Global Management course, to SonicWALL partners and end users across the territory.

According to Q6 Managing Director, Simon Andrews, “This agreement recognises the strength that Q6 has in the technical training arena and complements our existing manufacturer relationships.”

Q6 is an authorised training partner for a number of manufacturers in the communications and related fields including Foundry Networks, Packeteer and Expand Networks.

Janet Phillips, Director of Services at SonicWALL in Sunnyvale, California, commented, “We are very pleased to welcome Q6 as one of only two Master ATPs, the other being a US based training company. SonicWALL’s collaboration with Q6 will enable us to further develop our training offerings across the region, allowing both channel partners and end customers to maximise the potential of SonicWALL solutions to help ensure the security of their networks.”

For further information call +44 (0)845 3300959 or email info@q6training.com >

News Desk

© 2007 - Q6 Training Ltd. All Rights Reserved. Designed by Spiders Parlour.

<% rsAccredited.Close() Set rsAccredited = Nothing %> <% rsGeneric.Close() Set rsGeneric = Nothing %> <% rsEvents.Close() Set rsEvents = Nothing %>