|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-08 18:01 UTC] kalowsky@php.net
[2003-01-27 22:32 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
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!!