RE: [U2] Basic Uniobjects for .NET Question

2006-08-09 Thread Ray Wurlod
To put it another way, the File object (whose Read method you invoked) is a dependent object upon the Session object. The only independently-creatable objects are Session and DynamicArray. You could move the contents of your Read into an independent DynamicArray object and manipulate that.

RE: [U2] Basic Uniobjects for .NET Question

2006-08-08 Thread george r smith
Patricia, I had the same question about a year ago - the answer is that is the way IBM wrote it, so you have to be connected while you manipulate an array and any of the other Uniobject .Net functions. What I did was bring your array in, immediately create a dataset or an other .Net data