RE: [U2] UO.Net and UniDynArray

2005-01-29 Thread David Jordan
, com, com+, ... Regards David Jordan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Scholl Sent: Sunday, 30 January 2005 5:53 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UO.Net and UniDynArray A late reply, I was distracted by

RE: [U2] UO.Net and UniDynArray

2005-01-29 Thread Martin Scholl
8:34 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UO.Net and UniDynArray Hi Martin I suspect the issue you are having is not with the dynamic array, but that you are using a com object within the .Net framework, which requires it to step out of the environment each time you make a call, ie each

Re: [U2] UO.Net and UniDynArray

2005-01-25 Thread brian
> I have the nagging suspicion that UO.Net needs an open session to > execute 'Oconv', Iconv' etc on the server through a call. I hope > this is not true. Surely it must. - running a date conversion - it needs to know the locale information (DATE.FORMAT). - running an Oconv with a T Conversion

RE: [U2] UO.Net and UniDynArray

2005-01-24 Thread David Jordan
Hi Martin I suspect the issue you are having is not with the dynamic array, but that you are using a com object within the .Net framework, which requires it to step out of the environment each time you make a call, ie each time you update the dynamic array. The issue is not with UniObjects, but C