I don't use dreamweaver myself (PHPEdit suits me much better) but I believe dreamweaver uses HTTP to connect to a script on the server which then connects to the database. The script that it uploads to the server is located in C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration\Connections\Scripts\PHP_MySQL\_ mmDBScripts. There are two files mysql.php and MMHTTPDB.php. that you will need to edit this file to change pconnect to connect. That should do it
|