Search found 20 matches
- 05.11.2008, 07:59
- Forum: 6.6 - stable
- Topic: ZQuery update
- Replies: 3
- Views: 945
If you use a TZQuery component and you select from only 1 table, then the dataset is Read/write since the component knows how to do the updates (Insert, update, delete). Example SELECT * FROM Employees However, if you select from 2 or more tables, then the component DOES NOT know which table or fiel...
- 04.11.2008, 04:09
- Forum: User Contributions
- Topic: Components for Fast Report 4
- Replies: 4
- Views: 2614
Components for Fast Report 4
I am including components to connect Zeos components with Fast Report 4.x.
Please advice me if anyone has problems with it.
Regards,
Jay
Please advice me if anyone has problems with it.
Regards,
Jay
- 25.11.2007, 01:16
- Forum: MySQL
- Topic: Migrating from Firebird to MySql
- Replies: 7
- Views: 2401
I suppose that you have defined persistent fields for this query and that is the problem. Depending on the database and the server version, a COUNT() may return different integer types. For example, FB may return a INTEGER type (ftInteger) and MySQL may return a BIGINT Type (ftLargeInt). If you crea...
- 06.07.2007, 02:19
- Forum: Documentations
- Topic: gto's Zeos Quick Start Guide - Hands On!
- Replies: 8
- Views: 18731
This is a fantastic start !!! congratulations!!!! How is this documentation going to be managed? 1) It should be somewhere in a downloadable file. 2) How are the diferent contributions going to be able to be incorporated without overlapping somebody elses work. For example, If 3 persons want to docu...
- 28.05.2007, 21:48
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos Controls and Zeos DBO
- Replies: 13
- Views: 3983
- 21.05.2007, 19:54
- Forum: Firebird
- Topic: Firebird Users and Roles
- Replies: 3
- Views: 3356
I just verified the situation you describe and I have no problem with it, it works correctly as it should. The only problem I see in your code is that you are putting blank spaces in the ROLENAME property, try it without the spaces. Your code says: Properties.Add(‘ROLENAME = ‘ + user_role) It should...
- 19.04.2007, 17:56
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos Controls and Zeos DBO
- Replies: 13
- Views: 3983
- 02.03.2007, 02:25
- Forum: MySQL
- Topic: [PHP] 2 different tables
- Replies: 8
- Views: 2794
I don't know PHP but you can accomplish this with only one DML statement INSERT INTO telford_1 (match_no, div, hometeam, sets_home, awayteam, sets_away, posted_on, posted_by) SELECT '' match_no, '1' div, TeamName hometown, '0' sets_home, '' awayteam, '0' sets_away, '' posted_on, '' posted_by) Regard...
- 29.11.2006, 18:23
- Forum: Bug Reports
- Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
- Replies: 11
- Views: 7823
I have looked deep into the sources and have not quite found exactly where the problem is, but it does appear to be a small bug in the interbase/firebird driver. background: Decimal types are stored internally as some variation of an integer type depending on the precision and scale of the decimal. ...
- 24.11.2006, 19:52
- Forum: Bug Reports
- Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
- Replies: 11
- Views: 7823
The situacion is the TYPE of variable or FieldType that is being generated, which is a TFloatField. This is NORMAL behaviour for most data access components. The fix being mentioned in this thread is ONLY functional for displaying purposes, e.g. display the value correctly, but internally, the value...
- 21.11.2006, 20:11
- Forum: Bug Reports
- Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
- Replies: 11
- Views: 7823
- 31.10.2006, 07:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TzQuery is SLOW to read records
- Replies: 10
- Views: 2503
Thank you very much for your time and effort on this issue. I am in the process of moving my main DB to MySql 5 which will probably still take a couple of months. For the time being, the program I was intending to use Zeos 6.6 with, will be done with something else. When I have the DB in MySql 5 I w...
- 30.10.2006, 17:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TzQuery is SLOW to read records
- Replies: 10
- Views: 2503
- 27.10.2006, 23:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TzQuery is SLOW to read records
- Replies: 10
- Views: 2503
The Test I did was with a table of 31,000 records, 19 fields for the actual data. Besides, there are 6 other tables used for the dimension values which have: 2 records 4 records 43 records 143 records 6 records 19 records The problem is that this was actually just a test cube, most of the real cubes...
- 27.10.2006, 08:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TzQuery is SLOW to read records
- Replies: 10
- Views: 2503
TzQuery is SLOW to read records
I have recently started to look into Zeos 6.6 after being a long time user of of Zeos in version 5 and abandoning my efforts with 6.1 a couple years ago. I just remembered why I abandoned it!! It was because I was having MAYOR speed problems with large MySql tables. I rememberd now that I am having ...