I know how to connect to an Access database using a DSN, but is it possible to use a DSN-less connection?
Thanks in advance.
Sue
You need to use ADO to use DSN-less connections. See http://php.weblogs.com/odbc
Shameless plug :-)
Hi. Nice to see that u know how to go with dsnless connection.Please mail me the way to do(prakashkannan@rediffmail.com) thanks prakashkannan
I find it surprising that one must use ADO to make a DSN-Less connection.
Does anyone know if there are any efforts or plans to allow native DSN-less PHP Database access?