Re: [PHP-DB] PHP MSSQL bug

2005-03-14 Thread Robert Twitty
Then, is it safe to assume that you can run stored procedures and queries that don't use a remote linked server? Fundamentally, I don't know why PHP would be the problem, since the remote link is established within the stored procedure. To make sure that it is not a problem with the mssql extensio

Re: [PHP-DB] PHP MSSQL bug

2005-03-14 Thread Bastien Koert
You may be using the SA credentials, but will the sql server allow the connection from the webserver. That is a different situation. Bastien From: Raul IONESCU <[EMAIL PROTECTED]> Reply-To: Raul IONESCU <[EMAIL PROTECTED]> To: php-db@lists.php.net CC: [EMAIL PROTECTED] Subject: Re:

Re: [PHP-DB] PHP MSSQL bug

2005-03-14 Thread Raul IONESCU
Yes, of course; I'm running under sa credentials so that's not the problem. On Mon, 14 Mar 2005 09:28:15 -0500, Bastien Koert <[EMAIL PROTECTED]> wrote: > Do you have permissions to run the query as the php/webserver user? > > Bastien > > >From: Raul IONESCU <[EMAIL PROTECTED]> > >Reply-To: Rau

RE: [PHP-DB] PHP MSSQL bug

2005-03-14 Thread Bastien Koert
Do you have permissions to run the query as the php/webserver user? Bastien From: Raul IONESCU <[EMAIL PROTECTED]> Reply-To: Raul IONESCU <[EMAIL PROTECTED]> To: php-db Subject: [PHP-DB] PHP MSSQL bug Date: Mon, 14 Mar 2005 09:16:40 +0200 I have created a stored procedure wich is accessing an remo