Geoff Chappell - Software Analyst
Binds a specified column to the rowset
[
define_attribute = "db_column",
argument_list = {
"ordinal",
"dbtype",
"precision",
"scale",
"status",
"length"
},
required_arguments = "ordinal",
help_string = "Binds a specified column to the rowset",
help_string ("ordinal") = "Field column number in rowset",
help_string ("dbtype") = "OLE DB Type Indicator",
help_string ("precision") = "Precision to be used",
help_string ("scale") = "Scale to be used",
help_string ("status") = "Member variable used to hold the status of this column",
help_string ("length") = "Member variable used to hold the size of the column in bytes",
usage = eClassUsage | eCoClassUsage | eCoClassMemberUsage | eCoClassMethodUsage | eMemberUsage | eMethodUsage | eStructUsage,
group = eDBConsumerGroup,
shipping = true,
variable_args = true
];