Good day everyone.
Why I am having to learn ASP is beyond me but would this be the best way to list the amount of open jobs in a db?
Anyway can somebody tell me why this isnt working.
<%
DIM count_open_jobs
Set count_open_jobs = "SELECT COUNT(*) FROM tynansdb.tynan_jobs WHERE job_status = ("open") "
%>
<p>There are currently <%= (count_open_jobs)%> Open Jobs
Im no programmer!!
Thanks
James
Why I am having to learn ASP is beyond me but would this be the best way to list the amount of open jobs in a db?
Anyway can somebody tell me why this isnt working.
<%
DIM count_open_jobs
Set count_open_jobs = "SELECT COUNT(*) FROM tynansdb.tynan_jobs WHERE job_status = ("open") "
%>
<p>There are currently <%= (count_open_jobs)%> Open Jobs
Im no programmer!!
Thanks
James