December 2004 - Posts

Commerce Server 2006.

Microsoft are planing a new release of Microsoft Commerce Server in early 2006. They have now released a overview of the upcomming release...

http://www.microsoft.com/commerceserver/2006preview/

 

Oracle 8.1.7 and Stored procedures from ADO.NET

How hard can it be? I'm trying to create stored procedures i PL/SQL and call these from the new GotDotNet Data Access Application Block. But it doesn't work.

I have also tryed to do the same thing from OracleClient in System.Data.OracleClient.
My stored procedure are declared with a output parameter of type T_CURSUR, but i wont work.....I'm currently using Oracle 8.1.7....

Anyone who knows how to do this?

Old Oracle databases and Enterprice Library

From the documentation of the upcoming Enterprice Library, I can see that the Application Block included only supports Oracle 9i or newer. I was planning to use Enterprice Library to build a solution framework for one of my customers, one of the requirements was compability with Oracle 8.1.7... So it seems like I have to use the Community developed Application Block 3.1 insted. Hopefully this will work.