-----Original Message-----
From: marvc [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2003 10:18 AM
To: 'Jay Blanchard'
Subject: RE: Possible OT: ADONewConnection Error


Here's what I found in my php.ini.dist file: 


;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the
following ; syntax: ;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory
information 
; needs to go here.  Specify the location of the extension with the ;
extension_dir directive above.


;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed
for it. ; ;extension=php_bz2.dll ;extension=php_cpdf.dll
;extension=php_crack.dll ;extension=php_curl.dll ;extension=php_db.dll
;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_dbx.dll
;extension=php_domxml.dll ;extension=php_exif.dll
;extension=php_fbsql.dll ;extension=php_fdf.dll
;extension=php_filepro.dll ;extension=php_gd.dll ;extension=php_gd2.dll
;extension=php_gettext.dll ;extension=php_hyperwave.dll
;extension=php_iconv.dll ;extension=php_ifx.dll
;extension=php_iisfunc.dll ;extension=php_imap.dll
;extension=php_interbase.dll ;extension=php_java.dll
;extension=php_ldap.dll ;extension=php_mbstring.dll
;extension=php_mcrypt.dll ;extension=php_mhash.dll
;extension=php_mime_magic.dll ;extension=php_ming.dll
;extension=php_mssql.dll ;extension=php_msql.dll ;extension=php_oci8.dll
;extension=php_openssl.dll ;extension=php_oracle.dll
;extension=php_pdf.dll ;extension=php_pgsql.dll
;extension=php_printer.dll ;extension=php_shmop.dll
;extension=php_snmp.dll ;extension=php_sockets.dll
;extension=php_sybase_ct.dll ;extension=php_w32api.dll
;extension=php_xmlrpc.dll ;extension=php_xslt.dll ;extension=php_yaz.dll
;extension=php_zip.dll

I don't see anything on ADO. Should I add it am I looking in the wrong
place? If I am to add it what do I add? 

Thanks

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2003 9:38 AM
To: marvc
Cc: [EMAIL PROTECTED]
Subject: RE: Possible OT: ADONewConnection Error


[snip]
I haven't tried that. What am I looking for in the php.ini? 

Check the php.ini to make sure that the driver is not commented out.
[/snip]


Look in your php.ini for extensions and .dll. If the first character of
the line is ";" it is commented out. Look for dealing with ADO

HTH!

Jay


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to