I still have to test it but it looks real sweet.
thanks
Search found 81 matches
- 12.03.2013, 08:24
- Forum: MySQL
- Topic: Anticipate the load on a MySQL server
- Replies: 7
- Views: 3114
- 11.03.2013, 07:47
- Forum: MySQL
- Topic: Anticipate the load on a MySQL server
- Replies: 7
- Views: 3114
True I really loved his comics. I know this is a silly question, but, from mdeams comment above maybe its worthwhile asking Jan (marsupalami) to explain to us how he creates a threaded connection. With a sample. Or example. This would be an education for me and and I sure for lots of Zeos guys out t...
- 10.03.2013, 21:49
- Forum: MySQL
- Topic: Anticipate the load on a MySQL server
- Replies: 7
- Views: 3114
Hooba, (marsupilami) Its not quite what I had in mind. The Switch from local to server is not the problem. What we need is the ability to pre assess the response state of the server before we hit it. If we look at the show processlist during a busy period w can see the long sql queries that take too...
- 08.03.2013, 07:54
- Forum: MySQL
- Topic: Anticipate the load on a MySQL server
- Replies: 7
- Views: 3114
- 08.03.2013, 07:39
- Forum: MySQL
- Topic: Anticipate the load on a MySQL server
- Replies: 7
- Views: 3114
Anticipate the load on a MySQL server
Hi, Our application has local databases and posts to a server. If the server is offline (established by a failed ping) we post local and upload to the server when it is back online. This has served us brilliantly. The problem lies in the fact that occasionally the server is too busy to respond, but ...
- 15.02.2012, 13:40
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: Out of memory lwehn sql.loadfromfile() for large queries
- Replies: 1
- Views: 3090
- 15.02.2012, 13:24
- Forum: Off Topic
- Topic: [unit] TMultiInsert - for speeding up multiple transfers
- Replies: 1
- Views: 25402
- 15.02.2012, 13:21
- Forum: MySQL
- Topic: range check error
- Replies: 13
- Views: 6056
- 15.02.2012, 13:19
- Forum: 6.6 - stable
- Topic: How can I change Maximum Table fields (256) to 300 in MYSQL?
- Replies: 1
- Views: 445
- 15.02.2012, 13:17
- Forum: MySQL
- Topic: Decimal field
- Replies: 1
- Views: 1198
- 15.02.2012, 13:13
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Master-Detail with Zeos
- Replies: 10
- Views: 4694
Form1.test_Master_Detail; var Master,Detail:TzQuery ds_Master:TDatasource; Begin try Master:=TzQuery.Create(application); Master.connection:=Zconnection1; Detail:=TzQuery.Create(application); detail.connection:=Zconnection1; ds_Master:=TDatasource.Create(application); Master.sql.text:='select * from...
- 15.02.2012, 13:12
- Forum: 6.6 - stable
- Topic: Master / Detail with Zeos
- Replies: 1
- Views: 935
Hi Edson, This very simple. Form1.test_Master_Detail; var Master,Detail:TzQuery ds_Master:TDatasource; Begin try Master:=TzQuery.Create(application); Master.connection:=Zconnection1; Detail:=TzQuery.Create(application); detail.connection:=Zconnection1; ds_Master:=TDatasource.Create(application); Mas...
- 15.02.2012, 12:59
- Forum: 6.6 - stable
- Topic: ZSQLProcessor paramcheck
- Replies: 4
- Views: 1090
Hi Guys, The answer was actually quite easy. We all acknowledge the problem that Delphi has loading LARGE text files and this has a workaround. I am now able to load a SQL script file that is tens of megs with thousands of SQL commands, in seconds. If anyone needs the workaround, drop me mail. Live ...
- 02.02.2012, 12:52
- Forum: 6.6 - stable
- Topic: ZSQLProcessor paramcheck
- Replies: 4
- Views: 1090
- 02.02.2012, 12:39
- Forum: 6.6 - stable
- Topic: ZSQLProcessor paramcheck
- Replies: 4
- Views: 1090
ZSQLProcessor paramcheck
Hi guys, I often use the ZSQLProcessor thingy to run multiple SQL queries against a MySQL server in one go. It usually runs beautifully. More recently I needed to execute a HUGE SQL script. When loading the ZSQLProcessor1.script:=something the system appears to hang. I think maybe it is screening ea...