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

PowerIT launches range of Packeteer Professional Services
September 2003

PowerIT, leading provider of training to the networking and telecomms markets, is today launching a range of professional services that complement its Packeteer technical training services.

The company has provided training on Packeteer products for the last 3 years and was awarded Best Training Partner Status for the year 2001 - 2002. The new services capitalise on PowerIT's extensive knowledge of Packeteer's product portfolio, and allow distributors, resellers and end users alike to get the most from their Packeteer product.

PowerIT's commitment to this new programme is strong as it forms a major part of future expansions. Simon Andrews, CEO of PowerIT, explains this in more detail:
"We have seen significant growth in attendance on training courses over the last eighteen months. It is now time to exploit our considerable knowledge pool further so the PowerIT name encompasses professional services, using the experience our staff already possess, within the distribution channel that we work closely with".

PowerIT's trainers have to be aware of every new development on the products they are training on so they can provide the high standard of tuition expected by manufacturers from their Authorised Training Partners. This means they are ideally placed to provide
professional services where existing resources may be overstretched or where the experience necessary to resolve problems is not readily available.

"Our trainers' intimate knowledge of the products allows them to quickly identify how they could be better deployed or configured," explains Mr Andrews. "We hope that, by offering these services to market, we can provide real benefits to Packeteer users and engineers, as well as continuing the impressive growth PowerIT has witnessed over the last year".

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