kulki wrote:
Otis wrote:
It depends on the situation. For each approach there are examples in the documentation, but it depends on the situation what is best. doing everything in the database is only efficient if the processing logic is simple but the data is massive. If the processing logic is complex, the time spend in the query is largely taken by the execution of the interpreted SQL statements (except on DB2, where sql is compiled to C) and it could be more efficient to load the data into the client and do the processing there.
What documentation are you referring to? I only have two docs one which says
LLBLGen Pro documentation and other which says LLBLGenProReference. Ami I missing something here?
Not to sound rude or anything, but if I open the LLBLGen Pro documentation, I click open "Using the generated code" and then the template group I use (selfservicing or adapter) I see "Calling a stored procedure".
Please use the search tab in the documentation chm, it brings up topics you might have overlooked too, like the Best practises - How do I? section.