Sichta Daniel wrote:
Is there a way how can PHP can handle data (get data ) from DataSet
generated from dll buld in C# ?
I have dll which is whole database layer and I need to retrieve data in php.

If the DLL exposes an interface via COM, then yes. See http://php.net/com


If not, you can but it would likely involve writing a PHP extension to interact with the DLL. PHP|A[1] has a good article on this in the January issue.

--
Stuart

[1] PHP|A: http://www.phparch.com/

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



Reply via email to