vb.net - Merging Data from Two Bindingsources -


i have 2 binding sources preloaded data 2 database tables @ time program loads(main form load).in particular form,i want use data both tables,i mean data both binding sources(even including duplicates).

there alternative way ,using sql query union both tables , binding control.

but not practical because query return more 150000 rows or more(slows down),that ruin performance of whole system.

so fellows,i looking other way using preloaded data in both bindingsources here also.please suggest me options.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -