Page 1 of 1

Missing SP from EDM Wizard

Posted: Mon 23 Jun 2008 21:17
by rick.casey
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.

Posted: Tue 24 Jun 2008 10:57
by anton.connect
We can not reproduce the problem.
Please send a complete small sample to antonc*devart*com to demonstrate it.

Posted: Wed 25 Jun 2008 05:25
by rick.casey
I'll get you a sample tomorrow.
Rick.

Posted: Fri 27 Jun 2008 11:04
by Alexey.mdr
Hello Rick,

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

Regards,
Alexey.