<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_CONNprrt_STRING Recordset1.Source = "SELECT * FROM tblContent WHERE pageName='courses'" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> PRRT - Building New Futures.




 

   

Training Courses

Please select one of the following options

- >> Computer Training

- >> Business & Self Employment Training

- >> Trades & Skills Training

- >> Personal Development Training

Click here to go back to Training & Education - >>

How to enrol

 

 
<% Recordset1.Close() %>