%@LANGUAGE="VBSCRIPT"%>
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request.QueryString("ID") <> "") Then
Recordset1__MMColParam = Request.QueryString("ID")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_vhs_STRING
Recordset1.Source = "SELECT * FROM villas WHERE ID = " + Replace(Recordset1__MMColParam, "'", "''") + ""
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
Villa Sale Spain
| |
| |
|
The Costa Blanca Destination Guide
Click on a picture for town information ->
Click on a picture for regional
information ->
| |
|
|
| THE
COSTA BLANCA |
PLACES TO SEE /
LOCAL ATTRACTIONS |
DIRECTIONS & INFO
|
|
|
| |
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>