ID: 17563
Comment by: matsd at sssk dot se
Reported By: stanley at in2nett dot com
Status: No Feedback
Bug Type: MSSQL related
Operating System: WIN2K
PHP Version: 4.2.1
New Comment:
Was 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.
Previous Comments:
------------------------------------------------------------------------
[2002-12-23 01:00:03] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2002-12-07 01:43:29] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-latest.zip
------------------------------------------------------------------------
[2002-11-30 20:39:12] mail-php dot net at kimihia dot org dot nz
Can you please be very specific about your table and column names. The
ODBC driver doesn't handle odd names very well.
There's a big difference between:
SELECT * FROM froo
SELECT * FROM [FR oO]
------------------------------------------------------------------------
[2002-08-25 23:54:30] stanley at in2nett dot com
Yes, try that first, after recreate the data field, I have no problem
afterwards. You can use the mssql.dll if you
want~ I use that in all time, I don't like ODBC,
------------------------------------------------------------------------
[2002-08-25 00:51:28] ali_ashrafzadeh at hotmail dot com
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's
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/17563
--
Edit this bug report at http://bugs.php.net/?id=17563&edit=1