<%@LANGUAGE="VBSCRIPT"%> <% Dim rsLexique Dim rsLexique_numRows 'Set rsLexique = Server.CreateObject("ADODB.Recordset") 'rsLexique.ActiveConnection = MM_connCorse_STRING 'rsLexique.Source = "SELECT * FROM TableCorse WHERE tonique = 1 ORDER BY corse ASC" 'rsLexique.CursorType = 0 'rsLexique.CursorLocation = 2 'rsLexique.LockType = 1 'rsLexique.Open() rsLexique_numRows = 0 %> <% Repeat1__numRows = -1 Repeat1__index = 0 rsLexique_numRows = rsLexique_numRows + Repeat1__numRows %> accent tonique sur l'antépénultième (liste de mots)

Lexique Corse / Français
Noms ayant l'accent tonique placé sur l'antépénultième syllabe


       <% Dim LETTRE For i=0 to NALPHA-1 LETTRE = ALPHA(i)%> <%response.write(LETTRE)%> / <%Next%>


<% For j=0 to NALPHA-1 Set rsLexique = Server.CreateObject("ADODB.Recordset") rsLexique.ActiveConnection = MM_connCorse_STRING LETTRE = ALPHA(j) rsLexique.Source = "SELECT * FROM TableCorse WHERE tonique = 1 AND (corse LIKE '" & LETTRE & "%') ORDER BY corse ASC" 'rsLexique.Source = "SELECT * FROM TableCorse WHERE habitant = 1 AND (corse LIKE '" & LETTRE & "%') ORDER BY corse ASC" rsLexique.CursorType = 0 rsLexique.CursorLocation = 2 rsLexique.LockType = 1 rsLexique.Open() rsLexique_numRows = 0 %> <% Repeat1__numRows = -1 Repeat1__index = 0 rsLexique_numRows = rsLexique_numRows + Repeat1__numRows %>

<%response.write(LETTRE)%>

<% While ((Repeat1__numRows <> 0) AND (NOT rsLexique.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsLexique.MoveNext() Wend %>
Corse API Français Synonyme Remarques
<%=(rsLexique.Fields.Item("corse").Value)%> (<%=(rsLexique.Fields.Item("type").Value)%>) [<%=(rsLexique.Fields.Item("phonetique").Value)%>] <%=(rsLexique.Fields.Item("francais").Value)%> <%=(rsLexique.Fields.Item("formes").Value)%> <% S=rsLexique.Fields.Item("phonformes").Value if (S<>"") Then%> [<%=(S)%>] <% End if%> <% S=rsLexique.Fields.Item("remarque").Value If (S<>"") Then 'response.write(S) 'response.write "; " tableau=Split(S,",") 'response.write(tableau(0)) N=ubound(tableau) Else N=-1 End If %> <%If (N>-1) Then%> <%For i=0 to N S = CalculRemarque(tableau(i)) If (S=1) Then%> <%response.write(tableau(i))%> <%ElseIf (S=2) Then%> <%response.write(tableau(i))%> <%Else%> <%response.write(tableau(i))%> <%End If%> <%Next%> <%End If%> <% '=(rsLexique.Fields.Item("remarque").Value) %>
<% rsLexique.Close() Set rsLexique = Nothing Next %>