|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-08 09:28 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
Dear Sirs, I am a user of a provider equipped with Windows NT, and not a web administrator directly. On their servers, the new version of PHP has been installed on last Friday, and all my previous scripts interfacing to MS Access databases do not work any longer. The error generated is the following: "PHP has encountered an Access Violation at 2474FF04" The lines generating this are the following: $dbc = new COM("ADODB.Connection"); $dbc->open("DRIVER={Microsoft Access Driver (*.mdb)};DBQ=$dbpath"); $rs = $dbc->execute("SELECT Contatore FROM Contatori WHERE Riferimento = '$origin'"); where $dbpath contains the absolute path of the database on the server and $origin is a parameter for the SQL statement. I'd like to add that this lines were perfectly working with the 4.0.4 version. I know the best thing to do would be use ODBC, but unfortunately my provider does not allow its users to manage DNS. So, I would only like to report this bug. Thanks for your attention, Pietro M. Picca Delphi Webmaster (CERN)