Closed hs3180 closed 9 years ago
dbListFields returns character(0) for temporary table input.
The #temp tables are specifically only for the current connection that created them.
So it is normal that you can not see them , using dbListFields or even dbListTables that use a new connection.
dbListFields
dbListTables
dbListFields returns character(0) for temporary table input.