|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-06-02 04:14 UTC] stanley at in2nett dot com
I'm using MSSQL when I use the SQL statement as "SELECT * FROM xxxxxxxxxxxx" I will recieve that error, badly, but if I replace the * with whatever field I need, I can avoid this error. Not suppose to be like that, but well, I just found this way works....... Stan. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 18:00:02 2025 UTC |
Hi I Have this problem Too I use an Odbc conennection on Win2000 prof and IIS ver 5 I try to fetch some data from my database by this lines : $query="Select username,name,family,Sex,pic,pic_type ,about from [users]"; ........... ........... $username = odbc_result($result, 1); $name = odbc_result($result, 2); ............ this page is work probebly at first time but after some refreshing I recive "PHP has encountered an Access Violation at XXXXX" only at this page and other .php page is work probebly; I install PHP on my computer in ISAPI mode in my users table "Pic_type" and "about" allow null I rename these fieldes but not effect . you say I remove this field's and add them again ? is it effective? I try it but not sure thank'sWas this bug corrected? I installed PHP 4.3.2 on a Win2kServer running IIS5 but still get this error. The application I'm working on uses MySQL 3.23.45; on the same machine an ASP/MSSQL application is also running. regards, mats d.