Hello, On 05/28/2002 11:13 PM, Dr. Shim wrote: > 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...
ADODB that you use in ASP is a wrapper around ODBC. I think that if you use odbc_connect() passing the same connection string that you use in ASP it will do under Windows. Anyway, you can always create a COM object of ADODB. -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php