Search found 2 matches

by aradeonas
09.05.2016, 17:57
Forum: ZeosLib 7.2 Forum
Topic: Random fast access to data
Replies: 0
Views: 1400

Random fast access to data

Hi, I have TZQuery that has 50000 records and I want to get record 10000 to 11000 in a loop BUT I dont want to set RecNo because it is slow for fast access. As an example for fast speed if I make TDataLink and get make it's BufferCount to Query.RecordCount I can access much more faster than previous...
by aradeonas
21.02.2016, 20:47
Forum: MySQL
Topic: Direct access to MySQL console
Replies: 1
Views: 1808

Direct access to MySQL console

Hi,

Is there a way to direct access to MySQL console?
For example send "Use database" and get result "Database changed " from Mysql like when you use Mysql service from command line or terminal?