Application Development and Automation 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: 
Read only

LDB

Former Member
0 Likes
588

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
Read only

Former Member
0 Likes
560

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
Read only

Former Member
0 Likes
560

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.

Read only

Former Member
0 Likes
561

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

Read only

Former Member
0 Likes
560

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