|
Attend one of the following Microsoft Exchange Server 2007 courses
between November 26 and April 25 2008 and receive a FREE copy of
Microsoft Office Communications Server.
(Please note: The software may only be used for evaluation, testing or training purposes only and must be used in a non-production environment.)
Course 3938 - Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft Exchange Server 2007
Course 5047 - Introduction to Installing and Managing Microsoft® Exchange Server 2007
Course 5049 - Managing Messaging Security Using Microsoft Exchange Server 2007
Course 5050 - Recovering Messaging Servers and Databases using Microsoft® Exchange Server 2007
Course 5051 - Monitoring and Troubleshooting Microsoft® Exchange Server 2007
Course 5053 -
Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007
Course 5054 - Designing a High Availability Messaging Solution using Microsoft Exchange Server 2007
For available dates and to register online click the course
number above.
For additional information please contact one of our
education consultants:
<% strSQL = "Select * from CourseInfo where CourseNotes='Promo1' " & _
" AND CourseOnline = yes " & _
" ORDER BY CourseID"
objRS.Open strSQL, Application("Conn")
strSQL = "Select * from CourseCat where CourseCatID=1"
objRS2.Open strSQL, Application ("Conn")
Response.Write ""
if objRS.EOF = true and objRS.BOF = true then
Response.Write ""
Response.Write "| No Records Found | "
Response.Write " "
end if
x = 0
do while objRS.EOF <> true
Set objRS1 = Server.CreateObject("ADODB.Recordset")
strSQL = "Select StartDate from Schedule where CourseID='" & objRS("CourseID") & "' order by startdate"
objRS1.Open strSQL, Application("conn")
strDates = ""
y = 0
if objRS1.EOF <> true then
do while objRS1.EOF <> true
if objRS1("StartDate") > Now( ) then
newDate = FormatDateTime( objRS1("StartDate"), vbLongDate )
posComma = instr(1,newDate,",")
newDate = Right(newDate,len(newDate) - posComma - 1 )
posComma = instr(1,newDate,",")
newDate = Left(newDate, posComma-1)
if y = 0 then
strDates = strDates & newDate
else
strDates = strDates & ", " & newDate
end if
y = y + 1
end if
objRS1.MoveNext
loop
else
strDates = "Please call for dates"
end if
objRS1.Close
if x mod 2 = 1 then
Response.Write ""
Response.Write "| " & objRS("CourseID") & " | "
Response.Write "" & objRS("CourseName") & " | "
Response.Write "" & objRS("CourseDays") & " | "
Response.Write "" & strDates & " | "
Response.Write "" & "$" & objRS("CoursePrice") & " | "
Response.Write "Outline | "
Response.Write "Request Info | "
Response.Write " "
else
Response.Write ""
Response.Write "| " & objRS("CourseID") & " | "
Response.Write "" & objRS("CourseName") & " | "
Response.Write "" & objRS("CourseDays") & " | "
Response.Write "" & strDates & " | "
Response.Write "" & "$" & objRS("CoursePrice") & " | "
Response.Write "Outline | "
Response.Write "Request Info | "
Response.Write " "
end if
x = x + 1
objRS.MoveNext
loop
objRS.Close
objRS2.Close
%>
By email:
sales@ctesolutions.com
By phone: (613) 798-5353 or +1 (866) 635-5353
Terms:
- This offer is valid while supplies last or until April 25th 2008
- Courses are subject to availability
- CTE Solutions reserves the right to cancel courses
|