| <%@LANGUAGE="VBSCRIPT"%> <% set rsCategory = Server.CreateObject("ADODB.Recordset") rsCategory.ActiveConnection = MM_connEcomexxDB_Products_STRING rsCategory.Source = "SELECT CategoryID, CategoryNameFR FROM Categories ORDER BY CategoryNameFR ASC" rsCategory.CursorType = 0 rsCategory.CursorLocation = 2 rsCategory.LockType = 3 rsCategory.Open rsCategory_numRows = 0 %> <% set rsTheme = Server.CreateObject("ADODB.Recordset") rsTheme.ActiveConnection = MM_connEcomexxDB_Products_STRING rsTheme.Source = "SELECT ThemeID, ThemeFR FROM Themes ORDER BY ThemeOrder ASC" rsTheme.CursorType = 0 rsTheme.CursorLocation = 2 rsTheme.LockType = 3 rsTheme.Open rsTheme_numRows = 0 %> |
|
|
|
||||||||||
|
|||||||||||