Response.Write "<td><font size=2>"
If ( oRS.Fields(i).Attributes AND adFldKeyColumn) then Response.Write "adFldKeyColumn<br>"
If ( oRS.Fields(i).Attributes AND adFldUpdatable) then Response.Write "adFldUpdatable<br>"
If ( oRS.Fields(i).Attributes AND adFldUnknownUpdatable ) then Response.Write "adFldUnknownUpdatable<br>"
'Required
If ( oRS.Fields(i).Attributes AND adFldIsNullable ) then
Response.Write "Not Required<br>"
else
if ( oRS.Fields(i).Type <> 11) then
Response.Write "<b>Required</b><br>"
else
Response.Write "Not Required<br>"
end if
end if
If ( oRS.Fields(i).Attributes AND adFldRowID ) then Response.Write "adFldRowID<br>"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.