-
Marco replied to the topic Low performance TkbmMWClientStoredProc with Sql Server in the forum kbmMW 3 years, 5 months ago
Or maybe you can give me documentation about it…
-
Marco replied to the topic Low performance TkbmMWClientStoredProc with Sql Server in the forum kbmMW 3 years, 5 months ago
If I define AutoFieldDefsOnOpen = mwafoWithData on client and server side, I have no issue BUT I have the same behavior (too much calls) as I said at the beginning of this post.
I put the code of my StoredProc, maybe I miss something :
Client side :
object spLoadShipping: TkbmMWClientStoredProc
ClientAsTemplate = False
QueryService = ‘M…[Read more] -
Marco replied to the topic Low performance TkbmMWClientStoredProc with Sql Server in the forum kbmMW 3 years, 5 months ago
Hello Kim,
Thanks for your help, I tried to put AutoFieldDefsOnOpen = mwafoNever on client and server side, the problem is that we don’t define fields on the server side (as you explained). This cause an exception on the client side (Parameter @TEST not found). To summarize what I’ve done :
Client side : …[Read more]
-
Marco replied to the topic Low performance TkbmMWClientStoredProc with Sql Server in the forum kbmMW 3 years, 5 months ago
Sorry I forget to mention the version :
– kbmMW 4.11.0 Entreprise Edition
– kbmMemTable 7.23 Entreprise Edition
Thank you
-
Marco started the topic Low performance TkbmMWClientStoredProc with Sql Server in the forum kbmMW 3 years, 6 months ago
Good morning C4D,
<div></div>
<div>We’re facing some performance issues with one of your components: <b>TkbmMWClientStored<wbr />Proc</b></div>
<div><b> </b></div>
<div>In fact, we use this component to call our SQL Stored Procedure and we see that it takes too much time to execute. So we check the event on the SQL database and we find something v…[Read more]
