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

Forum Post: RE: application 4011000 has exceed the limit of 50 cursors

$
0
0
Hello Aiman, You can use the SqlFree API function to close and de-allocate your cursor. Also you can go through the below link for the sample code. community.dynamics.com/.../145856.aspx Sample Code: Call Sqlfree(xxxxx) Strqry = "Select * From Inventory(NoLock) Where InvtID= " & SParm(Trim(InventoryId)) serr1 = SqlFetch1(Csr_Temp, Strqry, bInventory) Call SqlFree(Csr_Temp) Hope this explains

Viewing all articles
Browse latest Browse all 14486

Trending Articles