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.
---
container and then close the connection.
george
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-u2-
> [EMAIL PROTECTED] On Behalf Of Patricia Wilson
> Sent: Tuesday, August 08, 2006 3:22 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Basic Uniobjects for .NET
Why do you have to have a session going to manipulate an array you have
already read in? Why can't I read in
the array, close the connection,. Then manipulate the array (insert
command,etc) it without having a persistent connection, then if I NEED
to write
it back, I can reopen up a connection a