Due to Sambar sql buffer limitations, an sql INSERT to populate a large number of fields had to be done in two parts: first, use an insert statement to insert a piece of the data, then use an update statement to put in the rest of the data.
The question is, when I want to display records for a found set, how do I get around the same limitation. In other words, how would I nest the sql SELECT, and have the STM file build a table using either the format directive or (preferably) the fetch directive? Thanks for your help. ------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/
