php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4537 Warning: SQL error: [Microsoft][Pilote ODBC Microsoft Access] L'op?ration doit
Submitted: 2000-05-22 04:54 UTC Modified: 2000-07-29 16:34 UTC
From: guillaume dot patry at netcourrier dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0 Release Candidate 1 OS: Windows2000 Pro
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: guillaume dot patry at netcourrier dot com
New email:
PHP Version: OS:

 

 [2000-05-22 04:54 UTC] guillaume dot patry at netcourrier dot com
my php script :
---------------

$idCon = odbc_connect("DataWeb","","", SQL_CUR_USE_ODBC);

$SQL_Insert = "INSERT INTO Users (name, firm, username, password, email) VALUES ('$nom', '$firm', '$login', '$pass', '$mail')";
  $AddPrepare = odbc_prepare($odbc, $SQL_Insert);
  if ($AddPrepare) {
    $QueryAdd = odbc_exec($odbc, $SQL_Insert);
    odbc_commit($odbc);
  }
  else echo "Error on The Serveur <br>";
}


The Error Message :
-------------------
Warning: SQL error: %??
??
vt
????s?
??4~???x???

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-20 11:00 UTC] kara at cvs dot php dot net
Please provide the complete error message from the odbc
driver 
 [2000-07-29 16:34 UTC] stas@php.net
Old version, no feedback - closing.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 16:00:02 2026 UTC