Terry3 wrote:
> I have a Dreamweaver PHP site, but we use our corporate
MS SQL Server 2005
> servers for our data. How do I insert a dataset pointing
to our MS SQL Server?
The PHP server behaviors in Dreamweaver are compatible with
MySQL only.
To connect to any other database system, you need to hand
code
everything yourself. The reason for this lies in PHP's
original decision
to create separate functions to interact with each type of
database,
rather than adopting a database-neutral approach.
PHP 5 implements a database-neutral approach with PDO, but
this is not
supported by Dreamweaver. If you want to see Dreamweaver
adopt a
database-neutral approach, submit a feature request through
the official
form at
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.
--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com