Developer forum

Forum » Development » Reduction af database calls

Reduction af database calls

Anders Ebdrup
Reply

Hi Dynamicweb,

 

We have a solution with many order contexts and we experiende a lot of activity between Dynamicweb and the database. If the order id is not set it would be great not to try to get a nonexisting order.

DECLARE @OrderID NVARCHAR(4000) = N''
SELECT * FROM EcomOrders WHERE OrderID = @OrderID

 

Best regards, Anders


Replies

 
Oleg Rodionov
Reply

Hi Anders,

New TFS 25590 has been created to fix the issue, It will be fixed on nearest DW hotfix/release, thanks.

BR, Oleg QA

 

 
Kristian Kirkholt Dynamicweb Employee
Kristian Kirkholt
Reply

Hi Anders

The problem regarding #25590 "Reduction of database calls" has now been resolved in Dynamicweb version 8.9.0.0+

To upgrade please choose this version from backend or download from here:

http://doc.dynamicweb.com/releases-and-downloads/releases

Let me know if you need any more help regarding this

Kind Regards
Dynamicweb Support
Kristian Kirkholt

 

You must be logged in to post in the forum