Remember the LIST.READU INTERNAL format to get a dynamic array... unfortunately it is row based rather than column based otherwise you could have probably created a dictionary to decompose the data as sets of related multivalues ;-)
> -----Original Message----- > From: [email protected] [mailto:u2-users- > [email protected]] On Behalf Of Tony Gravagno > Sent: Tuesday, 11 May 2010 4:00 p.m. > To: [email protected] > Subject: Re: [U2] Listing via the SQL Interface... > > [ad] > I'm not sure what SQL tools you're talking about but with mv.NET > you can easily call BASIC subroutines from ADO.NET as though they > were Stored Procedures. So wrap LIST.READU in a program, format > the output the way you want and call it like a sproc. > > If you just want this data outside and you're thinking you need > to do it with SQL, that's not correct. If you can describe the > client-side environment maybe we can provide a more elegant > method of delivering the data. > > Any help? > > Tony Gravagno > Nebula Research and Development > TG@ remove.pleaseNebula-RnD.com > Nebula R&D sells mv.NET worldwide > and provides related development services > remove.pleaseNebula-RnD.com/blog > Visit PickWiki.com! Contribute! > http://Twitter.com/TonyGravagno > > > > From: John J. Wahl > > Platform: UniVerse > > Version: 10.2.x > > O.S.: Windows Server 2008 (x86) 32-bit > > > > I'm wondering if there a way to get a listing of READU > > locks (exactly like the Verb LIST.READU, but via an > > SQL interface? I was going through the documents and > > old forum posts, but I do not see anything. > > _______________________________________________ > U2-Users mailing list > [email protected] > http://listserver.u2ug.org/mailman/listinfo/u2-users > _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
