Posts Tagged ‘mysql’

UpdateEntitiesDirectly with ORDER-BY and LIMIT (MySql specific)

Tuesday, August 25th, 2009

Have you ever needed to perform an update over an odered-limited subset in MySql? Do you use LLBLGenPro but you can’t figure out how to perform such update?

If the answer is yes, then keep reading. As no all databases supports such update syntaxis, LLBLGen don’t have this built-in. In this example I’ll try to explain (briefly) how to put custom code to get this done. I’ll use Adapter and C#.

(more…)