Search Results

0
votes
2answers
213 views

PHP client calling .net 3.5 sp1 web service

I need to create a web service that a PHP client can call. The service needs to accept 1 or many integers, provide security, and does not need to return any data (though other similar services may …
1
vote

What would be the most convenient way to connect Visual Studio 2005 (C#) to Oracle8?

Based on my experience with Oracle 10g.... I recommend using the Oracle data provider (ODP.Net) and not using the Microsoft for Oracle data provider based on my experience with Oracle 10g. …