<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim dbPath Dim dbConn Dim Conn Dim SQL, RS dbPath = Server.MapPath("dbm/mercado.mdb") dbConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbPath & ";Persist Security Info=False" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open dbConn %> Mercado Advanced Realty

Contact Us

Please fill out this form, the information is safe and confidential and will not be shared for third parties.

Name
e-Mail
Telephone
Address
Coments
<% Conn.Close Set Conn = Nothing %>