I am in the process of converting my clients PHP scripts that are using Interbase so they will work with SQL Server (their request; not mine).

Is there a reference where I can get the COM Methods and Properties?

Also, without loading the large AdoDb, is there a Prepare() method if I use the

$db = new COM("ADODB.Connection")

connection?

Any suggestions are greatly appreciated.

Todd

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

Reply via email to