php-windows Digest 24 Mar 2001 12:44:29 -0000 Issue 508

Topics (messages 6271 through 6272):

How to handle NULL value from Value property of Field object (ADO, DAO)?
        6271 by: Alexander Nenashev

Re: FATAL:  emalloc():  Unable to allocate 2147483599 bytes
        6272 by: almir

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:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


How to handle NULL value from Value property of Field object (ADO, DAO)?
I get Warning: Unsupported variant type: 1 (0x1) 





there is a field of typ ntext in this table change it to text

almir

""Denis Eltsov"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
99eukd$k9t$[EMAIL PROTECTED]">news:99eukd$k9t$[EMAIL PROTECTED]...
> I use win2000 SP1 - IIS5 - php4 (as CGI) - odbc connection to Access 2000
> Everything was fine until I install MS SQL 2000 to the same machine.
> After this I receive such a message
>
> FATAL:  emalloc():  Unable to allocate 2147483599 bytes
>
> every time I try to execute such a program
> <?
> $x=odbc_connect("oh","","");
> $r=odbc_exec($x,"select 'a' as a_leter from some_table");
> ?>
>
> ODBC works fine from any other program. select text_field from some_table
> all so works fine .
>
> Best regards Denis Eltsov
>
> P.S. I undestend what select 'a' as a_leter from some_table will return my
> "a" several times.
> This is an example of problem. :)
>
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>




Reply via email to