sounds like a windows bug... and not enough info to diagnose.
why is filename in [] by the way?
you may wish to include more of you connection script as well.
first thing I would try with an error like that is to upgrade your PHP.
sounds like you have .dll's arguing for memory address space - i'm not sure
how to track what the other application is.
regards,
jaxon
On 2/16/01 12:51 AM, "codemake" <[EMAIL PROTECTED]> wrote:
> hi:
> i use php 4.0 and win 2000 chinese edition and mssql 7.0
> i have table with image field name is "isospicture"
>
> here is my script
> when mssql_querry execute there will error message
>
>
> "0x7332fcbb" command reference "0x00bcb000" memory can't written
>
> why ?
>
> $SQL = "Select isospicture from isospic where [filename] ='rose'";
> $result1 = mssql_query($SQL,$link_ID); //here wrong
>
> gary yang
> from taiwan
>
--
PHP General 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]