S
Stefan Marquardt
Guest
Fast test with Q3 version, I can't notice any differences with OE 11.5.1. Install Q3, remove components and assemblies from PDS, remove control, add all controls from Q3. Placed new radgrid on form without any events and used query direct to the database table. create query qh. qh:set-buffers(buffer T60Logg:HANDLE). ss = substitute("for each T60Logg no-lock where T60Logg.DatLog >= ""&1""",dt). qh:query-prepare(ss). qh:query-open (). this-object:bindingSource1:handle = qh. this-object:radGridView1
ataSource = this-object:bindingSource1. Loaded (partly?) fast but sorting not really possible, it still seems to read the table thousand times ...
Continue reading...
Continue reading...