<%@LANGUAGE="VBSCRIPT"%> <% Dim soft__MMColParam soft__MMColParam = "1" if (Request.QueryString("soft_id") <> "") then soft__MMColParam = Request.QueryString("soft_id") %> <% set soft = Server.CreateObject("ADODB.Recordset") soft.ActiveConnection = MM_connexion_colossus_STRING soft.Source = "SELECT * FROM dbo.soft WHERE soft_id = " + Replace(soft__MMColParam, "'", "''") + "" soft.CursorType = 0 soft.CursorLocation = 2 soft.LockType = 3 soft.Open() soft_numRows = 0 %> Optis - Innovation ahead of light
OPTIS - INNOVATIONS AHEAD OF LIGHT Members/Register
Training catalog
Training sessions
Ask training manager
<% soft.Close() %>