[an error occurred while processing this directive]
| [an error occurred while processing this directive] | |||
Obama Transition |
Resources Archive |
Search |
|
|
[an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]
|
Resources
<%
Dim RSpdf
Dim MyConnpdf
Set MyConnpdf = Server.CreateObject("ADODB.Connection")
Set RSpdf = Server.CreateObject("ADODB.Recordset")
MdbFilePath = Server.MapPath("/access_db/resources.mdb")
MyConnpdf.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";"
SQL_query = "SELECT * FROM Pdf WHERE TYPE_RES = 'res' ORDER BY PDF_ID DESC"
RSpdf.Open SQL_query, MyConnpdf
%>
Publications
<%
Dim RSpub
Dim MyConnpub
Set MyConnpub = Server.CreateObject("ADODB.Connection")
Set RSpub = Server.CreateObject("ADODB.Recordset")
MdbFilePath = Server.MapPath("/access_db/resources.mdb")
MyConnpub.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";"
SQL_query = "SELECT * FROM Pdf WHERE TYPE_RES = 'pub' ORDER BY PDF_ID DESC"
RSpub.Open SQL_query, MyConnpdf
%>
|
[an error occurred while processing this directive]
|