2009年1月9日星期五

Re: [fw-db] Multiple SQL queries

I am becoming more and more desperate about this matter (along with the
http://www.nabble.com/Res%3A-Parsing-through-large-result-sets-td20264721.html
large resultset problem).

I am also very puzzled if I am the only one in need of such a feature?

Can it really be true that I am the only one using Zend Framework,
connecting to a MSSQL server with PDO and in need of executing multiple
queries? Or am I just missing something?


janpolsen wrote:
>
> Is it possible to run multiple SQL queries either at the same time or one
> after another?
>
> Let's say I want to make the following:
> DECLARE @bob INT;
> SET @bob = 42;
> SELECT @bob AS bob;
>

--
View this message in context: http://www.nabble.com/Multiple-SQL-queries-tp20717372p21370546.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: