|
|
 |
|
 |
Need
emergency help at your facility? Contact us, we're here to help.
240-247-0300
|
|
 |
 |
|
| |
|
| News |
 |
| |
<%
dim cnnACCESS,rstTest
set cnnACCESS=server.CreateObject ("ADODB.Connection")
cnnACCESS.Open application("Accessconnect")
set rstTest=cnnACCESS.Execute ("select * from testimonials order by iid")
' ******************************************************************
' The following code will displaying the testimonials details.
' ******************************************************************
if not rstTest.eof then
%>
<%
else
%>
Testimonials are not available at this
point of time.
Please check back at some later date.
<%
end if
cnnACCESS.Close
set cnnACCESS=nothing
%>
|
| |
|
|
|