Hi,
> Yes, the field in the mssql database is > 1073741824,
> but i want only to grab a few byte.
I think you'll need to do this in the database, then.
If you try and grab the whole field and then parse it in your script, you
have to actually get that gig of data into your script - I assume thi
Hi Per,
> I try to use a SQLqry in PHP, but i get this anwser in my browser:
> FATAL: emalloc(): Unable to allocate 1073741824 bytes
1,073,741,824 bytes is exactly 1 gig - that's a *lot* of memory...
Is this an astonishingly large query? Seems the PHP interpreter can't grab
enough memory to do w
At 12:14 30-1-2003, you wrote:
I try to use a SQLqry in PHP, but i get this anwser in my browser:
FATAL: emalloc(): Unable to allocate 1073741824 bytes
Somthing i can do to fix it in PHP?
(I have no rights at the server)
could you add some code, this is far too cryptic.
also tell us what php
I try to use a SQLqry in PHP, but i get this anwser in my browser:
FATAL: emalloc(): Unable to allocate 1073741824 bytes
Somthing i can do to fix it in PHP?
(I have no rights at the server)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo