Hello:
Does anybody can tell me the adventages and disadventages of using TMyQuery and TMyTable?
I am starting with myDac and I want to know it.
Thanks in advance
Fernando Castro
México, D.F.
			
									
									
						TMyTable/TMyQuery
Search a litle bit in this forum , advantages are a lot.. Imagine a table with 10.000 records.. and you only need some of them.. TTable will fetch all (Inncesary traffic over lan/wan, increases pc memory use, loads mysql etc).. with TMyQuery you only select what you need, faster, less memory, less traffic..  this plus other advantages like doing join's, union, etc.