Quantcast
Viewing latest article 17
Browse Latest Browse All 125409

Forum Post: RE: Get Data from another Table?

One more suggestion I have is, if you want only one field from ReturnReasonCode table - You can go for select statement by specifying the field to be selected from the database - This will increase your performance. ReturnReasonCode ReturnReasonCode; str returnReasonCodeID; str returnReasonDesc; returnReasonCodeID = custInvoiceJour.ReturnReasonCodeId ; select firstonly Description from returnReasonCode where returnReasonCode.ReasonCodeId == returnReasonCodeId; if(returnReasonCode) { returnReasonDesc = returnReasonCode.Description; } Thanks, Girish S.

Viewing latest article 17
Browse Latest Browse All 125409

Trending Articles