Hello Zippo,
I tried this , but I got problems with "OUT PARAMETERS", "IN PARAMETERS" are working fine.
I already put a question concerning this in
Zeos 6.6.0 beta and MySQL 5.0 Stored Procedures
If you could help me it would be great.
Andreas
Search found 7 matches
- 05.01.2007, 10:01
- Forum: MySQL
- Topic: Zeos 6.6 Beta and Mysql 5.0 and Stored Procedures
- Replies: 4
- Views: 2098
- 02.01.2007, 11:16
- Forum: MySQL
- Topic: Zeos 6.6 Beta and Mysql 5.0 and Stored Procedures
- Replies: 4
- Views: 2098
- 02.01.2007, 11:11
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8564
Hi, I'm using mysql 5.0 and the newest beta components. I tried to use a stored procedure using the tzquery.sql property. But If I have an OUT Variable in the stored procedure I get an error. Out or INOUT argument 2 for NEUER_KUNDE is not a variable. The Code of the storec Procedure is the following...
- 31.12.2006, 15:52
- Forum: MySQL
- Topic: Zeos 6.6 Beta and Mysql 5.0 and Stored Procedures
- Replies: 4
- Views: 2098
Zeos 6.6 Beta and Mysql 5.0 and Stored Procedures
Hello, I put a tzconnection an my form connected to the database everything is fine. In tztables I can choose every table I've got in the database. Then I put an tZStoredProc on the form, connected it with the tzconnection, but when I open then dropdownfield of 'StoredProcName' no StoredProcs are li...
- 30.12.2006, 23:09
- Forum: MySQL
- Topic: ZupdateSQL Boolean fields
- Replies: 4
- Views: 1894
- 29.12.2006, 09:55
- Forum: MySQL
- Topic: ZupdateSQL Boolean fields
- Replies: 4
- Views: 1894
- 28.12.2006, 15:22
- Forum: MySQL
- Topic: ZupdateSQL Boolean fields
- Replies: 4
- Views: 1894
ZupdateSQL Boolean fields
Hello, I'm working with Delphi 6 and the Zeos 6.6 beta. I've got a table in Mysql 5.0 which has a view fields declared as enum('N','Y') NOT NULL default 'N' The Field editor makes Boolean fields from this which is good. If I insert a row I only want to insert one field with a value all other fields ...