From:             [EMAIL PROTECTED]
Operating system: windows2000
PHP version:      4.3.0
PHP Bug Type:     MSSQL related
Bug description:  using CONVERT and cursor in query

when i use convert and cursor in query,
example :
$query = "open cursor scroll for selec convert(char(20),
          send_time, 120) as send_time from table1 where
          id = 1"
$mssql_query($query)

....

"PHP has encountered an Access Violation at 01207E9E"
display in the window!! help me!!



-- 
Edit bug report at http://bugs.php.net/?id=21420&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21420&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21420&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21420&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21420&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21420&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21420&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21420&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21420&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21420&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21420&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21420&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21420&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21420&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21420&r=gnused

Reply via email to