Impossible to update the entity model

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
stivoberlin
Posts: 3
Joined: Sun 02 Sep 2012 16:20

Impossible to update the entity model

Post by stivoberlin » Sun 07 Oct 2012 21:29

I moved my database to a new provider (arvixe)
and when I update my model, i get this error :

select command denied to user ...@... for table 'proc'.

the ones using the mysql original connector can bypass this problem by adding
Use Procedure Bodies=false;
to the connection string

or I should grant all access to my dbuser, but i can't because i have no choice by arvixe.

do you have any clue what should i do.
1) no more use the devart connector ?
2) rent a dedicated server so i can do whatever i want (just cost 10 times more)
3) ?

thanks in advance for your suggestions
Steve

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Impossible to update the entity model

Post by Shalex » Thu 11 Oct 2012 16:02

Currently there is no functionality of using Information Schema instead of mysql.proc in dotConnect for MySQL. We will investigate the possibility to implement this feature and post here about the results.

Post Reply