|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-11-28 12:19 UTC] kara at cvs dot php dot net
[2002-06-16 09:01 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 05:00:01 2025 UTC |
Warning: SQL error: [Microsoft][ODBC Microsoft Access 97 Driver]Wrong number of parameters , SQL state 07001 in SQLExecute The code is simple: <? $conn = odbc_connect("taw", "", ""); // Ms access data base $sqldata = array('uno', 'dos'); $stmt = odbc_prepare($conn,"INSERT INTO lineas (id, data) VALUES ( ?, ?)"); $rs=odbc_execute($stmt,$sqldata); if (!$rs){ echo "upsss"; } echo "si"; ?>