Yes you really need to indicate what version of php you are using, what 
server you are using and what db you are using if you ever need to ask for 
help.  Go to www.php.net and read up on:

SQL SERVER
mssql_connect()

MYSQL
mysql_connect()

MOST
obdc_connect()

ORACLE
ora_plogon()

ed

At 06:45 AM 5/29/2002 -0500, Jay Blanchard wrote:
>[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


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

Reply via email to