Quoting Chris <[EMAIL PROTECTED]>:
Rick Emery wrote:
Is anyone using PHP5 on Linux to connect to MS SQL Server 2000 on
Windows and execute stored procedures with output parameters within
a transaction? If so, how?
I'm trying to do something like this in the PHP application:
begin transact
Rick Emery wrote:
Is anyone using PHP5 on Linux to connect to MS SQL Server 2000 on
Windows and execute stored procedures with output parameters within a
transaction? If so, how?
I'm trying to do something like this in the PHP application:
begin transaction
execute a stored procedure, receivi
On Wed, September 27, 2006 11:50 am, Rick Emery wrote:
> Warning: mssql_query() [function.mssql-query]: Query failed in
> /var/www/html/business/entity.php on line 127
>
> which is:
> mssql_query('RollBack Transaction');
Smush all of that into one line in Google, and see what you get...
Oh, look:
Quoting Richard Lynch <[EMAIL PROTECTED]>:
On Wed, September 27, 2006 7:40 am, Rick Emery wrote:
I'm trying to do something like this in the PHP application:
begin transaction
execute a stored procedure, receiving an identity back
if certain conditions are met
execute another stored proced
On Wed, September 27, 2006 7:40 am, Rick Emery wrote:
> Is anyone using PHP5 on Linux to connect to MS SQL Server 2000 on
> Windows and execute stored procedures with output parameters within a
> transaction? If so, how?
No, but...
> I'm trying to do something like this in the PHP application:
>
5 matches
Mail list logo