|
|
<% ' ----------- MIOLO DA PÁGINA ----------
%>
|
| Flats |
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open strDB
Set rs = Server.CreateObject("ADODB.Recordset")
Set rs.ActiveConnection = conn
%>
| |
<%
set rs=Nothing
conn.Close
set conn=Nothing
%>
|
|
<% ' ----------- FIM MIOLO DA PÁGINA ----------
%>