O
OctavioOlguin
Guest
Hi there!!! I'm developing a quite large class (it handles creation of quite decent, dataset 20 or so temp-tables with corresponding relations). It wil be on appserver side. Fullfilled from several procedures, or stages of process. (It is for Mexico's Electronic Bill) (I'll open source it when finished) I wonder, how is the best way to fill it. For instance, there are processes to define data of myself, my customer, items, etc. each item record fires 3 or 4 (sometimes 5) fill of other temp-tables, that's no problem. Problem arises from one temp-table that has to be fullfilled with 20 fields or so. What's the best use case for creating a record of it... I think sending 20 parameters to this procedure is some cumbersome. Should I fill a local temptable, and send to procedure and then buffer-copy from one to another? i wouldn't like to define dataset outside of class, I want to encapsulate validation to the class, I'll be reading tonight chapter 2 of OERA. Any suggestion? Thanks
Continue reading...
Continue reading...