Welcome, Guest
Please Login or Register.    Lost Password?

Dreamcoder hangs on unhandled run-time error
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Dreamcoder hangs on unhandled run-time error
#178
Dreamcoder hangs on unhandled run-time error 1 Year, 8 Months ago Karma: 0  
Using
MySQL 5.1.42-community
Microsoft Windows Vista Home-Basic SP2
DreamCode for MySQL 5.2.2.0 free edition

If I coding a function containg an unproprer assignment like

Code:

DECLARE iMyValue int;
DECLARE sMyDescr varchar(254);

SET sMyDescr = 'Foo';
SET iMyValue = sMyDescr; /* <-- this is an unproper assignment */



Let the function name is MY_TRY_FUNCTION, in the SQL Editor i write

Code:

SELECT MY_TRY_FUNCTION()


DreamCoder show the error in the classic message box, but after press OK, DreamCoder hangs

The some issue seem not happen if the run-time error occours in a stored-procedure instead of a function.

Thank-you in advance for your support

Regards
Marcus2 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop

Why DreamCoder

DreamCoder is downloaded over 1 millions time and has accumulated over 10.000 happy customers from over 100 countries in the last 8 years.
Now we are the best database tools availabe 100% free in the world for Oracle , MySQL and PostgreSQL.

Community

 SQLDeveloper support forums
Join our Community
and help us create better products
Home