relative field names from db
Posted: Sat Feb 10, 2024 1:51 pm
Completely new to spider so this may already been answered.
How do i reference field names from a db query by name instead of using relative numbers.
instead of using DatabaseField(1, 1),, I would like to use something like DatabaseField(itemNum) .
Problem is if I change the db table the relative numbers would require me changing all programs that use that table.
Thanks for the help
How do i reference field names from a db query by name instead of using relative numbers.
instead of using DatabaseField(1, 1),, I would like to use something like DatabaseField(itemNum) .
Problem is if I change the db table the relative numbers would require me changing all programs that use that table.
Thanks for the help