%@codepage= 1256%>
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_con_bonews_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=d:/virtuals/CWH/ghandour-store_com/buildex_com_sy/DB/bonews.mdb"
%>
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_eng_g_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=d:/virtuals/CWH/ghandour-store_com/buildex_com_sy/DB/eng.mdb"
%>
<%
set Recordset_res = Server.CreateObject("ADODB.Recordset")
Recordset_res.ActiveConnection = MM_eng_g_STRING
Recordset_res.Source = "SELECT * FROM news Where category='ar'"
Recordset_res.CursorType = 0
Recordset_res.CursorLocation = 2
Recordset_res.LockType = 3
Recordset_res.Open()
Recordset_res_numRows = 0
%>
<%
Set Recordset_news_1 = Server.CreateObject("ADODB.Recordset")
Recordset_news_1.ActiveConnection = MM_con_bonews_STRING
Recordset_news_1.Source = "SELECT * FROM news where category= 'scroll_news' ORDER BY id DESC"
Recordset_news_1.CursorType = 0
Recordset_news_1.CursorLocation = 2
Recordset_news_1.LockType = 3
Recordset_news_1.Open()
Recordset_news_1_numRows = 0
%>
<%
Dim Repeat1_news__numRows
Repeat1_news__numRows = 20
Dim Repeat1_news__index
Repeat1_news__index = 0
Recordset_news_1_numRows = Recordset_news_1_numRows + Repeat1_news__numRows
%>
BUILDEXONLINE.COM
 |
|
أدخل بريدك الإلكتروني هنا: |
|
|
|
|
|
|
 |
|
| |
يقدم موقع
بيلدكس أون لاين
العديد من الخدمات الهامة للمهندسين ورجال الأعمال والمهتمين بقطاع البناء والعقارات |
|
|
|
|
|
|
|
مخالفات السادة المرشحين |
|
|
|
مقاولون |
|
|
|
|
|
|
أسعار
العقارات (دمشق/م2): |
|
|
|
|
|
|
 |
Copyrights Arabian Group, All rights reserved |
<%
Recordset_news_1.Close()
%>
<%
Recordset_res.Close()
%>