Thought I would throw this out if anyone is interested. We have some proprietary accounting software that uses MS-SLQ as it's backend. Not my choice, trust me.
Anyhow, I hassled the guy who made the software long enough that he created a solution until we can swith to MySQL. Basically, it runs on the MS-SQL server and allows requests in XML format on a certain port. Those requests contain different information including the SQL query, whether it returns in XML or deliminated, and how you wanted it delimated (comma, whatever character). My PHP script does a very simple fsockopen, fput, fget, then explode to get the data. He is planning on releasing it for free (maybe GPL with source if he can) so if anyone is interested let me know. Thanks, Bryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php