I execute a stored procedure that creates a temporary table. I then execute my own query with a prepared statement that attempts to query the recently created temp table. I get the standard access violation/syntax error as if the table name is wrong. I'm doing this with the same connection executing two prepared statements in sequence.
Does PDO not support this sort of thing?
Does PDO not support this sort of thing?