RE: [U2] UniObjects and VB.Net

2005-01-23 Thread David Jordan
Martin How are you parsing this information? If you are using the Command.exec to do this then check that you are handling buffering using the command.status, command.next, etc. The other trap is make sure that the indices you are using to access the dynamic array are not integers where you are

[U2] UniObjects and VB.Net

2005-01-23 Thread Martin Scholl
I am using UniObjects ( the pre .Net version) in a VB.Net ASP.Net application. I am populating a UniDynArray with a file parser. The Array is large, more then 300 attributes. When I run this parser, my array is mangled. Attribute contents are mixed with each other, attribute counts don't match w