Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

PDO and temp tables

$
0
0
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?

Viewing all articles
Browse latest Browse all 13329

Trending Articles