Search found 1 match

by soe.clon
20.04.2018, 17:19
Forum: MySQL
Topic: ZSQLProcessor error when creating Stored Procedure
Replies: 4
Views: 5046

Re: ZSQLProcessor error when creating Stored Procedure

ok, this is something i did, basicaly i noted that i could execute my file in mysql but not un ZSQLProcesor so i tried to emulate the process like it would be a text file. in your case it would be procedure CreateStoredProcedure(); var aConnection : TZConnection; aProc : TZSQLProcessor; aQSentence :...