Quantcast
Channel: Microsoft Dynamics SL
Viewing all articles
Browse latest Browse all 7845

Forum Post: RE: Reg : Import DB Scripts

$
0
0
Can you be more specific? You mean invoke the sp from within SL or from an external tool? Some recommendations: On adding objects to the database, always execute the "Synchronize All Ownership & Security". Locate the 9829000.exe, connect to your DB server and execute this step. Otherwise, you may get access problems on the sp from within SL. You can invoke a non-table sp from a VBA customization within SL using Call sql(c, "exec mysp " & IParm(myNumber) & "," & SParm(myText) ) . No option for return parameters is available. A table sp may be queried from VBA using the sqlfetch function calls, but you must provide a record definition (the so called DH file) serr1 = sqlfetch1(c1, "mysp " + sparm(myText), bmysp, LenB(bmysp)) . If invoking from an external tool (like Excel, Infopath, any BI thing), there are certain security tweaks involved.

Viewing all articles
Browse latest Browse all 7845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>