|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-08 23:38 UTC] andrusso at libero dot it
[2003-01-25 11:55 UTC] phanto@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 12:00:01 2025 UTC |
With this new version 4.3.0 if I open an ADODB connection with an Access database php crash. Windows '98, Xitami Web Server. $dbc = new COM("ADODB.Connection") or die("Cannot start ADO"); $connstr = "DRIVER={Microsoft Access Driver (*.mdb)};"; $connstr .= "DBQ='c:\test.mdb';uid=;pwd=;"; $dbc->open($connstr); With php 4.2.3 the script run well.