PDA

View Full Version : Whatever happened to OleDBProvider?


pathakn
01-04-2007, 01:13 PM
Hi

I downloaded the Spring.NET-1.1.0 Preview 3 and the Spring.Data dll does not seem to have Spring.Data.Support.OleDb.OleDbProvider.

I am using this driver to talk to MS ACCESS database. I also don't see other drivers i.e. Oracle etc.

Is this on purpose? What are my alternatives?

Thanks,
-Nilesh

pathakn
01-04-2007, 02:16 PM
I browsed the CVS using FishEye and it seems to be there. Has it been deprecated?

Erich Eichinger
01-05-2007, 12:26 AM
Hi,

this class is not used anymore. Configuration of db-Providers has changed with P3.

Please see the DbProvider (http://www.springframework.net/doc-latest/reference/html/dbprovider.html) section of the reference documentation for details.

- Erich