RE: Temp tables issue with SQL Native Client (ODBC) and ADO Bottom line is when you assign a ADO Connection object to ADO Command
object's ActiveConnection, Connection object looses ability to create temp
tables. You have to use Command object to create temp tables. |