ZEOSDBO-6.6.0-beta is the current version I am using...I got it from the official link posted for the beta download...
here is the link: http://zeos.firmos.at/viewtopic.php?t=837
Search found 3 matches
- 17.11.2006, 10:37
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL 5 stored procedures and ZEOSDBO beta
- Replies: 16
- Views: 6120
- 16.11.2006, 07:43
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL 5 stored procedures and ZEOSDBO beta
- Replies: 16
- Views: 6120
MySQL 5 stored procedures and ZEOSDBO beta
I have a very simple stored procedure named p1, containing this code: select * from t1; then I set up a ZConnection component and was able to successfully connect to my MySQL server...then I used a ZQuery and specified in the SQL Property a stament to call the stored procedure which is: call p1();[/...
- 16.11.2006, 07:42
- Forum: MySQL
- Topic: MySQL 5 stored procedures and ZEOSDBO beta
- Replies: 0
- Views: 1288
MySQL 5 stored procedures and ZEOSDBO beta
I have a very simple stored procedure name p1, containing this code: select * from t1; then I set up a ZConnection component and was able to successfully connect to my MySQL server...then I used a ZQuery and specified in the SQL Property a stament to call the stored procedure which is: call p1();[/B...