Missing SP from EDM Wizard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
rick.casey
Posts: 5
Joined: Fri 20 Jun 2008 16:55

Missing SP from EDM Wizard

Post by rick.casey » Mon 23 Jun 2008 21:17

I created a procedure in MySQL:

Code: Select all

DELIMITER $$

DROP PROCEDURE IF EXISTS `myproducts`.`GetProducts` $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetProducts`()
BEGIN
SELECT * FROM PRODUCTS;
END $$

DELIMITER ;
This procedure does not show up when I try to import the database in the EDM Wizard. Is this a known issue?
Rick.

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Tue 24 Jun 2008 10:57

We can not reproduce the problem.
Please send a complete small sample to antonc*devart*com to demonstrate it.

rick.casey
Posts: 5
Joined: Fri 20 Jun 2008 16:55

Post by rick.casey » Wed 25 Jun 2008 05:25

I'll get you a sample tomorrow.
Rick.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 27 Jun 2008 11:04

Hello Rick,

did you send the project?
We have never received the application.
Could you send it to
mysqlnet*crlab*com?

Regards,
Alexey.

Post Reply