Search found 3 matches

by rvargas17
28.08.2013, 18:32
Forum: MySQL
Topic: ZSQLProcessor error when creating Stored Procedure
Replies: 4
Views: 5043

Re: ZSQLProcessor error when creating Stored Procedure

I updated Zeoslib to 7.0.4 (I was using 6.6)
The component TZSQLProcessor in this version has the "dtDelimiter" in Delimiter Type Property.
(And also looks much better)

But unfortunatelly I still get this error. It's just not working properly I think.
by rvargas17
28.08.2013, 13:47
Forum: MySQL
Topic: ZSQLProcessor error when creating Stored Procedure
Replies: 4
Views: 5043

Re: ZSQLProcessor error when creating Stored Procedure

Hello Jan, Thanks for your suggestion.
I changed it to dtSetTerm as you said, but I get the same error.
by rvargas17
27.08.2013, 02:32
Forum: MySQL
Topic: ZSQLProcessor error when creating Stored Procedure
Replies: 4
Views: 5043

ZSQLProcessor error when creating Stored Procedure

Hello, I'm having a problem when creating a stored procedure using the ZSQLProcessor Component. My application has an option where I can dinamically create a new blank database. (This is necessary for this application) Everything is working fine, except for the creation of the stored procedure. The ...