posted 16 years ago
Hi,
I have a problem related to database metadata.
I'm working with Microsoft Sql Server 2005, driver Jtds and I have the following code:
Well, my code simply does not find any row at (1).
But if I replace (2) with null, I get ALL tables, views and so on, BUT my temporary table.
So.... is there any reason why I can't access temporary tables metadata?
Thanks in advances.