|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-10 10:24 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 23:00:01 2025 UTC |
In order to faciliate easier connections to a Microsoft Access DB why not allow ODBC connections to use a connection string rather than a DSN? Trying to create DSNs for each Access DB when you have a lot of dynamically generated ones is a pain, and if you could do something like: odbc_connectionstring_pconnect( "uid=myname;pwd=mypw;driver={MSAccess};server=myserver;database=pubs;dsn=''" ); that would be great. It would also allow for PHP to connect to different types of servers on the fly without any prior knowledge of the server existing (and having a DSN) before.