![]() |
![]() |
||
|
<% Dim MyConn, MySQL, rs, i Set MyConn=Server.CreateObject("ADODB.Connection") Set rs = Server.CreateObject("ADODB.Recordset") MyConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& Server.MapPath ("db/db.mdb") MYSQL = "Select * from firma where publicar = 1 order by fecha" rs.Open MySQL, MyConn,1 ,3 %> |