getFieldName
getFieldName
adorecordset:getFieldName(indice: numero) --> stringa
Ritorna il nome del campo indice-esimo.
Esempio <adodatabase>:getFieldName()
for i=1,rs:getFieldCount() do
local nome = rs:getFieldName(i)
print(“Nome del campo ” .. i .. “ : “ .. nome)
end
Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator