<% Dim rs Dim rs_numRows Set rs = Server.CreateObject("ADODB.Recordset") rs.ActiveConnection = MM_jr_STRING rs.Source = "SELECT contact_en, vert_en FROM contact" rs.CursorType = 0 rs.CursorLocation = 2 rs.LockType = 1 rs.Open() rs_numRows = 0 %> Français ">

<%=(rs.Fields.Item("contact_en").Value)%>

admin
<% rs.Close() Set rs = Nothing %>