Re: [U2] SB Client question

2012-12-10 Thread Lunt, Bruce
That does it! Thank you very much. And thanks to everyone else who has responded to my request for help, too. Happy holidays, Bruce -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Stuat Boydell Sent: Saturday, Decem

[U2] Unidata DICT size

2012-12-10 Thread Jeffrey Butera
So I'm curious how large a dictionary of Data elements (not I-desc) people have used on a single table in Unidata. We have a couple of tables with 200ish data elements in them and I'm facing a project that could see single tables with 400+ data elements. I assume this is no issue assuming the

Re: [U2] Unidata DICT size

2012-12-10 Thread Israel, John R.
That should not be a problem. Note that with that many elements, you would be STRONGLY advised to write your code with dimensioned arrays, not dynamic ones. Performance will be amazingly faster (assuming you have a bunch of records in the data file). JRI -Original Message- From: u2-u

Re: [U2] Unidata DICT size

2012-12-10 Thread Wols Lists
On 10/12/12 20:32, Israel, John R. wrote: > That should not be a problem. Note that with that many elements, you would > be STRONGLY advised to write your code with dimensioned arrays, not dynamic > ones. Performance will be amazingly faster (assuming you have a bunch of > records in the data

[U2] Creating XML nodes with a namespace prefix

2012-12-10 Thread Gregor Scott
If anyone has tried to use the UV XDOM api to create nodes with a namespace prefix (and failed), there is a non-obvious method you need to use. We recently had a need to do this, and with the help of Rocket U2 support we were able to achieve the required XML output. I have documented the method h