MySQL with Enterprise Library

C

Cesar Gazzo Huck

Hi, I'm trying to use Mysql with Enterprise Library but i have a problem
with somes methods becouse EntLib understand that mysql is a generic
database. I am trying use Custom Provider Mapping with Mysql but I have not
idea how?
Anybody has an example of these?

Thanks for all and sorry for my english, i am from argentina.

César
 
C

Cesar Gazzo Huck

Hi Sloan thanks for your answer.
The problem of Generic DataBase is that EntLib doesn't recognise some Method
likes "DiscoverParameters" or somethings like this.

I have reading something and I found that if i use Custom Provider Mapping
with Mysql I resolve this problem, but i have not idea how.

César from Argentina!
 
H

Holger Flick

Cesar said:
I have reading something and I found that if i use Custom Provider Mapping
with Mysql I resolve this problem, but i have not idea how.

All the features you need to know are supported by the .NET lib that is
available for free. You get implementations for IDbConnection etc. and
thus can use all the other .NET framework classes that you use in
conjunction with SqlServer.

-
Holger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top