ithin an Sql window it works
perfectly like this:
CALL `IsProductInForeignDatabase`(1, @w,'question');
SELECT @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
ECLARE 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 ha
u very much for your help.
--
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