20. Februar 2012 16:07
20. Februar 2012 16:11
20. Februar 2012 16:16
AlterHase hat geschrieben:Es geht natürlich um den Classic Client
Da wir bei Applikationstest über das geänderte Verhalten bzgl. RecRefs gestolpert sind (nun muss man sauber RecRef.Close absetzen, bevor man mit weiteren OPENs hantieren darf), stellt sich mir die Frage, ob es noch weitere Stolperfallen im Code-Handling gibt.
20. Februar 2012 16:35
20. Februar 2012 16:39
20. Februar 2012 18:14
20. Februar 2012 19:39
Oder wieder onlineAlterHase hat geschrieben:Einfach nach "Development Considerations" suchen und dort dann auf den Link "Changes in C/AL Behavior and Support from Previous Versions of Microsoft Dynamics NAV" klicken.
21. Februar 2012 08:10
Natalie hat geschrieben:FINDSET sollte nur dort verwendet werden, wo die Anzahl der durchschnittlich erwarteten Datensätze kleiner oder gleich des eingestellten Recordssets (Standard: 50) ist.
If the number of records that is read falls within this range, then all records are read with optimized performance. If there are more records to read than the preset number, then Microsoft Dynamics NAV must establish new commands to SQL Server to continue reading records. Microsoft Dynamics NAV reads all records successfully, but the additional commands are expensive for SQL Server to execute. The FIND('-') operation is more efficient than the FINDSET operation when there are more records to read than the preset number.
21. Februar 2012 09:53
21. Februar 2012 09:57