Jump to content
CarloM

How to create a efficient LookupCombo

Recommended Posts

Hello,

 

I would like to know best practices for creating a efficient and fast DBlookcombo.

 

Example: LookupComboBox from UniGui that allows use remote queries.

 

Any ideas ?

 

Thank you

Share this post


Link to post

You don't want do direct app to DB operations, but put something like a rest service in between the app and the DB. 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×