View Single Post

   
  #2 (permalink)  
Old 03-28-2008, 04:40 AM
=?Utf-8?B?TWFkaHUgR29ydGhp?=
 
Posts: n/a
Default 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.
Reply With Quote