no, sorry this is a MySQL issue...
We fixed it by adding a new method: GetAffectedRowsFromLastPost
http://www.heidisql.com/forum/viewtopic ... 8dabbc2768
Search found 26 matches
- 06.11.2006, 21:07
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Query.RowsAffected is always -1
- Replies: 12
- Views: 2879
- 30.09.2006, 14:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Query.RowsAffected is always -1
- Replies: 12
- Views: 2879
DBMS: MySQL Zeos: 6.5.1 Alpha The RowsAffected property seems only to be updated when an application sends a query with ExecSQL(). It is not updated when updates, deletes or inserts are done by using a dbgrid. In this case i find that RowsAffected is always 0 in an AfterPost-event from a TZQuery. Hm...
- 01.09.2006, 07:51
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZSQLMonitor always logs application-wide
- Replies: 9
- Views: 3186
- 01.09.2006, 00:12
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZSQLMonitor always logs application-wide
- Replies: 9
- Views: 3186
ZSQLMonitor always logs application-wide
I found that ZSQLMonitor is quite useful for logging-purposes. The only thing I find very unpracticle is that it logs events from simply all ZConnection's I am using in a application. Even when I have 2 MDI-windows each containing 1 ZConnection + 1 ZSQLMonitor, both of the ZSQLMonitor's log also eve...
- 26.07.2006, 21:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: String escape in Delphi ?
- Replies: 9
- Views: 4633
the big problem with these functions (CheckScapeString, EscapeCString, QuotedStr) is that they only escape the mostly needed things as quotes, doublequotes and maybe 1 or two other characters. MySQL_real_escape_string is somewhat more complex and would be the best choice. For example it escapes char...
- 02.05.2006, 08:48
- Forum: MySQL
- Topic: Delphi 7 - Lost connection (timeout)
- Replies: 7
- Views: 7773
- 01.05.2006, 21:35
- Forum: MySQL
- Topic: Delphi 7 - Lost connection (timeout)
- Replies: 7
- Views: 7773
hi, in my experiance this is a general issue with the mysql-server, which cuts off connections if they are idle for a specific time and other clients are waiting to get a connection. You have to know that the server only allows a specific amount of connections from all clients, which is by default a...
- 29.04.2006, 20:48
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: mySQL 4 Compress Option
- Replies: 13
- Views: 3704
- 29.04.2006, 20:43
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: mySQL 4 Compress Option
- Replies: 13
- Views: 3704
- 18.04.2006, 23:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10298
- 16.04.2006, 00:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10298
- 15.04.2006, 13:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: SQL Monitor Logging
- Replies: 12
- Views: 5502
- 15.04.2006, 12:49
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10298
- 03.04.2006, 21:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10298
- 03.04.2006, 21:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10298
still buggy...
Thanks a lot for trying to debug to all guys! But sorry I have to disappoint some of you. I have applied the hack from mdaems and get another errormessage when opening a simple resultset with a ZQuery, TDataSource and a TDBGrid : SQL Error: Unknown table 'channels' in information_schema. Maybe I'm s...