Re: [U2] Consuming Web Services

2012-10-04 Thread Symeon Breen
But we all know U2 is much more than a DB, in fact it is also much less than a DB. The concept of having the DB just do DB stuff works fine for SQL server and MySQL where the DB itself actually does a lot in terms of the data, and the clients, written in .NET, C, Python Java etc do all the

Re: [U2] Consuming Web Services

2012-10-04 Thread Wjhonson
The U2 database does do indexing. -Original Message- From: Symeon Breen syme...@gmail.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Thu, Oct 4, 2012 12:56 am Subject: Re: [U2] Consuming Web Services But we all know U2 is much more than a DB, in fact it is also much

Re: [U2] Consuming Web Services

2012-10-04 Thread Symeon Breen
I know - but you have to set it up against specific attributes and it creates a fairly standard index for the specified attributes in hand, you do that on sql as well, but it does its own indexing to make row retrieval optimised, has its own referential integrity rules around that etc. It's quite

Re: [U2] Consuming Web Services

2012-10-04 Thread Wjhonson
A U2 Table *can* also have referential integrity, it's an option. And SQL Table don't force referential integrity, you can turn that off :) -Original Message- From: Symeon Breen syme...@gmail.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Thu, Oct 4, 2012 1:17 am

Re: [U2] Consuming Web Services

2012-10-04 Thread Symeon Breen
Ok so perhaps there is this and that. My point is a database like SQL server is architected in a very different manner to U2 - it is the actual central sqlserver.exe process that does the majority of the work, it accesses the tables and presents them to the api, its caching often used data, it

Re: [U2] Consuming Web Services

2012-10-04 Thread Wols Lists
On 04/10/12 09:43, Symeon Breen wrote: Ok so perhaps there is this and that. My point is a database like SQL server is architected in a very different manner to U2 But that's why U2 is superior :-) - it is the actual central sqlserver.exe process that does the majority of the work, it

Re: [U2] Consuming Web Services

2012-10-04 Thread Symeon Breen
I was not trying to say sql server is better or worse than U2 just Different - hence supporting my argument that xml and socket calls are OK in unibasic -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wols Lists

Re: [U2] Consuming Web Services

2012-10-04 Thread Hona, David
Very true and I agree that the DB Server (SQL, et al) and the DB client engine (UV) models each have pros and cons. UV is a lightweight DB and application engine with some very good capabilities in the DB and application area. Plus of course some truly powerful features too! It is not the

Re: [U2] Consuming Web Services

2012-10-04 Thread Brian Leach
Getting back to the original question: In most, but not all cases, I use: UniVerse = (socket) = .NET Service - Web Service Where the .net service is not necessarily on the same machine as UniVerse (security/firewalling restrictions). Using UniVerse sockets to drive services is something I do in

Re: [U2] Consuming web services

2012-10-04 Thread Symeon Breen
createRequest setRequestHeader addRequestParameter SubmitRequest All unibasic functions for working with http -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny Sent: 03 October 2012 21:56 To:

Re: [U2] Consuming Web Services

2012-10-04 Thread Wjhonson
I don't understand what's wrong with indexing, can you clarify this point, and I'll wipe out a fix in three days :) -Original Message- From: Brian Leach br...@brianleach.co.uk To: 'U2 Users List' u2-users@listserver.u2ug.org Sent: Thu, Oct 4, 2012 4:05 am Subject: Re: [U2] Consuming

Re: [U2] Consuming Web Services

2012-10-04 Thread Holt, Jake
The closest we get is we have a WCF service host that maintains a block of logins for all of our .net apps that use UniObjects and handles running the subs through the service reference. -Original Message- From: Brian Leach br...@brianleach.co.uk To: 'U2 Users List'

[U2] XLr8Editor update 3.5.12 [ad]

2012-10-04 Thread Doug Averch
In keeping with our goal to have continual releases, U2logic is proud to announce the release of 3.5.12. We are cleaning up a few bugs and other things that have come up. We are back focusing on the XLr8Editor and XLr8Dictionary editor. v3.5.12 - October 04, 2012 Bugzilla [Bug 513] -

[U2] Tim Bryant passed away last week

2012-10-04 Thread Allen Elwood (TW)
at the age of 48 from a heart attack/stroke this was announced on the manage 2000 user group last week but i just wanted to send something to this group to cover all bases. he was a great guy and will be missed by all ___ U2-Users mailing list

[U2] [UD] Odd question re: 7.1 docs

2012-10-04 Thread Kevin King
I just found this in the UDT.OPTIONS manual... If UDT.OPTIONS 107 is off, UniData returns incorrect multivalues from the target file. Here's my question. With that description in mind, why would anyone want this to be off? ___ U2-Users mailing list

Re: [U2] [UD] Odd question re: 7.1 docs (Unclassified)

2012-10-04 Thread HENDERSON MIKE, MR
At a guess, an important customer relies on the behaviour that the option turns off and lost the argument about whether this was a feature-not-a-bug rather than a bug-not-a-feature Regards Mike -Original Message- From: u2-users-boun...@listserver.u2ug.org