[snip]
Could anybody explain to me (or even give me a link to a place explaining)
the creation of "DSN-less" connections? I've extensivly searched Google with
this, but I couldn't find anything that was of any help to me. I know how to
do this in ASP, though...
[/snip]

PHP does not use the concept of DSN-less connections as it supports many
database types with native functions. Even ODBC uses a set of native PHP
functions for connections with databases. You don't say what type of
database you are using, but it is likely that PHP has support for it.

Jay Blanchard



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to