php-windows Digest 23 Mar 2007 16:22:31 -0000 Issue 3172
Topics (messages 27594 through 27595):
Re: Problem with installer version on IIS
27594 by: Armando
MSSQL returned: Invalid object name
27595 by: Alf Stockton
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
php-windows@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
I'd avoid the Windows installer.. most people have problems with it. Try
downloading the zip package and do a manual install.. the instructions
are in there. I had the same issue on previous versions and they went
away when I did a manual install. Cheers.
Armando
Marko Simovic wrote:
Hi,
I have my windows XP box and i installed the latest installer release of PHP
(5.2.1). phpinfo() page i created displays fine *the first time* executed.
Every subsequent execution gives me an "invalid access to memory location".
i've been googling this for a day to no avail. running "php -i" from the
command line looks okay.
XP SP2
IIS
PHP 5.2.1
Hopefully someone has more insight into this.
Marko
--- End Message ---
--- Begin Message ---
I have a php script where I need to access tables in two different MSSQL
databases.
The scenario is ..... access 1st database to retrieve data that will be
used when calling a StoredProcedure within the 2nd database which will
return data with which one can access the 1st database to retrieve more
data.
If I do both calls to the 1st database by hardcoding info from 2nd
database all works well but if I access 1st, call StoredProcedure then
attempt to do a select back on the 1st I get :-
MSSQL returned: Invalid object name 'EarnRate'
EarnRate is an existing table in 1st database.
Please help.
--
Regards,
Alf Stockton www.stockton.co.za
Q: What do you call a principal female opera singer whose high C
is lower than those of other principal female opera singers?
A: A deep C diva.
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--- End Message ---