I moved a DB from Paradox to MariaDB. I use MyDac latest Version.
Each Record contains a Datefield and is sorted from latest to newest. 
At Paradox I modified the Record and changed the Date to now. After that I go to the first Record.
With Paradox no Problem, but MyDac sends a select * from db at any changed row and this lasts very longer then on a Key.
There is no differenz if I set the Key-Field to IndesFieldNames or Orderfieldnames.
The Table contains a Index but I don't know how to use.
Manfred
			
									
									
						Move from Paradox to MariaDB, problem with Keys
Re: Move from Paradox to MariaDB, problem with Keys
In order to get a detailed answer, please compose a small sample demonstrating the described behavior and send it to viktorv*devart*com, including scripts for creating database objects.
			
									
									
						Re: Move from Paradox to MariaDB, problem with Keys
I solved the Problem. I set Limit from -1 to 20 and Fetchrows to 20.
TMyTable sends now
Manfred
			
									
									
						TMyTable sends now
The Server delivers only 20 instead of over 100000 Records.SELECT * FROM tb1 ORDER BY row1, row2 LIMIT 0, 20
Manfred
Re: Move from Paradox to MariaDB, problem with Keys
We are glad to see you have found a solution.
Feel free to contact us if you have any further questions about our products.
			
									
									
						Feel free to contact us if you have any further questions about our products.