DanEvansJr
Programmer
Is there a quick and dirty way to select fields from a table that only match a specific type??
EX: Only yanking numeric fields.
I know you can store the field types to an array, then use that array to determine field names, then use those names to build an sql statement, but is there a quicker way to do this????
EX: Only yanking numeric fields.
I know you can store the field types to an array, then use that array to determine field names, then use those names to build an sql statement, but is there a quicker way to do this????