fdb Questions
3
Solved
How do you get a list of the column names in an specific table?
ie.
Firebird table:
| name | id | phone_number |
get list like this:
columnList = ['name', 'id', 'phone_number']
Ivie asked 8/10, 2013 at 21:25
1
Solved
1
© 2022 - 2024 — McMap. All rights reserved.