Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

LDB

Former Member
0 Kudos

Hello Guys,

In LDB when "GET" is very efficient when compared "select" why is that LDB is considered to be less efficient ( correct me if i am wrong here ) when compared to normal program.

Thanks in advnace

SDN powered

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi,

Where did yo uget that information?(I don't know)

Check this link though.

http://www.datamanagementgroup.com/Resources/Articles/Article_1005_2.asp

Regards,

ravi

3 REPLIES 3

Former Member
0 Kudos

It depends...LDB is very general and SELECT may be not. Debug LDB and set a breakpoint on PUT event to find out how data is selected from database.

former_member181962
Active Contributor
0 Kudos

Hi,

Where did yo uget that information?(I don't know)

Check this link though.

http://www.datamanagementgroup.com/Resources/Articles/Article_1005_2.asp

Regards,

ravi

Former Member
0 Kudos

Hi

I think the problem is when it needs new parameters to be used for the selection, if this parameters aren't managed by LDB, the LDB can be less efficient than a program because the LDB select all data have to be checked out of LDB by new parameters.

Max