Si je fais une requete ds ce style :
strSql = "select fIdTable, tNomTable from tblCreationTable where fIdApplication = " & Cint(Request("idapplication")
objRS.Open strSql, objConn, adLockOptimistic, adCmdTable
comment je fais par ex pour avoir tous les champs fIdTable de la liste ?
Partager