Add option to specify command parameter prefix

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
LarsOberg
Posts: 41
Joined: Tue 11 Oct 2005 18:45

Add option to specify command parameter prefix

Post by LarsOberg » Fri 06 Jan 2012 23:45

Hello,

Is there any way you could add a property or similar to specify the prefix character used for command parameters? This would be very helpful for provider factories, etc., where the same app can connect to multiple providers (SQL Server, MySQL, etc.).

Currently, DevArt uses ":" and both Oracle & SQL Server use "@". So porting an app from SQL to Oracle MySQL is easy from this perspective.

Adding support for specifying the prefix character would make it very easy to switch from Oracle to DevArt's MySQL component without having to touch the SQL statements.

Is this something you could implement?

Thanks.

LarsOberg
Posts: 41
Joined: Tue 11 Oct 2005 18:45

Post by LarsOberg » Thu 12 Jan 2012 16:19

Bump! Anyone?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Fri 13 Jan 2012 11:14

We are investigating the issue and we will notify you about results as soon as possible.

Post Reply