CoreLab.Common.DbParameter not in v3 for .net 2?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
cemack
Posts: 1
Joined: Thu 18 Aug 2005 07:15

CoreLab.Common.DbParameter not in v3 for .net 2?

Post by cemack » Thu 18 Aug 2005 07:21

This class is in v3 of the provider for .net 1.1, but not in v3 for .net 2? There is a DBParameterBase class however...

Can you tell me why? It's causing backwards-compatibility problems with llblgenpro when it attempts to save an entity.


Cheers

Chris

Serious

Post by Serious » Thu 18 Aug 2005 10:02

.NET Framework does not guarantee full backward compatibility as well.
CoreLab.Common.DbParameter is not present in the MySQLDirect .NET for .NET Framework 2 because System.Data.DbParameterBase class was added in this version.

Post Reply