|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-03-28 14:35 UTC] anonymous at gmail dot com
Description: ------------ on a computer with Win 2000 pro, i try to connect to a visual foxpro db with php 5.1 function odbc_connect, but it s failed (of course odbc driver is installed). i do the same connexion with php 4.3 and all is good. more: i do both tests on a computer with Win XP and i see no troubles... did this trouble is reported before (it s seems not) and have you a solution thanks for your help. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
i m working localy (so i can t offer you to try on-line) Admin ODBC - User data sources: PFLEX Microsoft FoxPro VFP Driver (*.dbf) Config - Path: c:\Documents and Settings\Administrateur\Mes documents\PFlex\GpDEV\STOCK simple source: <?php $pflexhdl = odbc_connect('PFLEX','',''); ?> Result: Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Visual FoxPro Driver]SourceDB, SQL state 01S00 in SQLConnect