How to call a stored procedure from a stored function with parameter?

2007-09-29 Thread Zsolt Csillag
@w; If it worked the end of the function would be return MyResult. Thank you in advance Zsolt Csillag www.egyediszoftverek.hu www.starsoft.hu

Function returns with NOTHING in a particular database

2007-05-08 Thread Zsolt Csillag
for your help. -- Zsolt Csillag

Re: Function returns with NOTHING in a particular database

2007-05-08 Thread Zsolt Csillag
CONTINUE HANDLER FOR SQLSTATE '02000' SET done = 1; OPEN cur; Akt_keszlet = 0; REPEAT FETCH cur INTO Akt_keszlet; UNTIL done END REPEAT; CLOSE cur; Return Akt_keszlet ; END - Paul On May 8, 2007, at 2:03 PM, Zsolt Csillag wrote: Hello, I have the following function

How can I detect if MySql is already installed?

2007-02-14 Thread Zsolt Csillag
Hello, I would like to create a setup program for my demo version that uses MySql database. I need to detect if the target computer has already got the MySql installed because I don't want to ruin an existing database. Is there any method to detect it? Thank you in advance -- Zsolt Csillag