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
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

[U2] Basic Uniobjects for .NET Question

2006-08-08 Thread Patricia Wilson
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