|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-10-03 06:46 UTC] kara at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 04:00:01 2026 UTC |
<? $DBID=odbc_connect("cu", "username", "password"); odbc_exec($DBID, "INSERT INTO cu (name, content) VALUES('zzm|','abc')"); ?> System: winnt4 + IIS4 + php3 + ODBC + ACCESS97 if the VALUES contain symbol "|", error will occur.