%
Set dBConn = Server.CreateObject("ADODB.Connection")
dBConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.MapPath("../db/glctraining.com.mdb") & ";"
GetJobs = "SELECT * FROM Jobs"
Set Jobs = Server.CreateObject("ADODB.RecordSet")
Jobs.Open GetJobs, dBConn, 1, 1
If Jobs.EOF And Jobs.BOF Then
Jobs.Close
Set Jobs = Nothing
dBConn.Close
Set dBConn = Nothing
Else
Do While Not Jobs.EOF
JobName = Jobs("JobName")
JobDescription = Jobs("JobDescription")
If InStr(JobDescription, vbCrLf) <> 0 Then JobDescription = Replace(JobDescription, vbCrLF, "
", 1, -1, 1)
' JobDescription = Replace(JobDescription, vbCrLF, "
", 1, -1, 1)
GLCTListing = GLCTListing & "
"
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " " & JobName & "
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " " & JobDescription & "
"
GLCTListing = GLCTListing & " | "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " | "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & "
"
GLCTListing = GLCTListing & " "
GLCTListing = GLCTListing & " 
| "
GLCTListing = GLCTListing & "
"
Jobs.MoveNext
Loop
Jobs.Close
Set Jobs = Nothing
dBConn.Close
Set dBConn = Nothing
End If
%>
Great Lakes Charter Training - Helping to Build America Through Continuing Education
|
|
|
|

|
|


|

|

|

|
Nautical Job Opportunities - Nationwide Listing
|

|

|
Are you looking for a career on the water? Have you always dreamt of getting paid for doing what you love? Come aboard! We specialize in marine employment opportunities.
If you have an open position in the marine industry you would like to add to our page, please email us the job title, job description, and employer contact info.
Please note: GLC Training offers this service free of charge. Our Jobs page only acts as a public posting of submitted listings. We are not involved in the actual hiring process beyond the posting of these listings. As a result, we have no control over the truth or accuracy of the listings, the ability of employers to hire or the ability of job candidates to accept the position.
|

|
|

|

|
<%= GLCTListing %>
|
|
|
|