|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-09-14 20:29 UTC] kalowsky@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
I recently installed php4.2.3 on windows 2000 Advance server SP2. When I tried to execute the following script: =========== <?php $conn = odbc_connect('tlgdevpnr','tlguser','tlguser123'); ?> =========== I received following error: =========== Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in D:\wwwcode\php_codes\odbc_test.php on line 2 =========== The DSN "tlgdevpnr" is System DSN and I am using it with ASP,ColdFusion and other Applications. Please let me know if you have any clue. Thanks.