<%@LANGUAGE="VBSCRIPT"%> <% set Recordset4 = Server.CreateObject("ADODB.Recordset") Recordset4.ActiveConnection = MM_giftarts_STRING Recordset4.Source = "SELECT * FROM categories WHERE categoryDesc <> 'Root' and idParentCategory=1 ORDER BY order_by" Recordset4.CursorType = 0 Recordset4.CursorLocation = 2 Recordset4.LockType = 3 Recordset4.Open() Recordset4_numRows = 0 %> <% set Recordset3 = Server.CreateObject("ADODB.Recordset") Recordset3.ActiveConnection = MM_giftsarts_STRING Recordset3.Source = "SELECT * FROM UserArticles WHERE art_title <> 'Home' ORDER BY art_title" Recordset3.CursorType = 0 Recordset3.CursorLocation = 2 Recordset3.LockType = 3 Recordset3.Open() Recordset3_numRows = 0 %> <% Dim Repeat2__numRows Repeat2__numRows = -1 Dim Repeat2__index Repeat2__index = 0 Recordset4_numRows = Recordset4_numRows + Repeat2__numRows %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 Recordset3_numRows = Recordset3_numRows + Repeat1__numRows %> left


About us

Product and Services

Representions
IPR
Dohler
Vedat


Contact Details

<% Recordset4.Close() %> <% Recordset3.Close() %>