RE: [U2] List of MV Database Experts

2007-06-15 Thread brian
'Scuse me, there's nowt wrong with .Net. So long as you've got UniObjects ... It's all stolen from Delphi anyway. Brian > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-u2- > [EMAIL PROTECTED] On Behalf Of Don Kibbey > Sent: Thursday, June 14, 2007 12:37 PM > To: u2-users@

Re: [U2] ABAP SAP

2007-06-15 Thread will
What! Can this be true! The secret to the success of the SAP programs is the COmon Business Oriented Langugae of the 1960's! Is this why they call their users group SAPS? Will Ross Ferris wrote: Ahhh - you want to get to the REAL programming language, then you will have to access

RE: [U2] ABAP SAP

2007-06-15 Thread Allen E. Elwood
I was wondering what the "real" language was. ABAP is like a cruel joke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of will Sent: Friday, June 15, 2007 08:28 To: u2-users@listserver.u2ug.org Subject: Re: [U2] ABAP SAP What! Can this be true! The

[U2] UO.Net & Connection Pooling

2007-06-15 Thread Bill Haskett
I'm trying to figure out how to use UO.NET's connection pooling mechanism. I'm using mv.NET, which uses UO.NET as a connection method. I've purchased a "Connection Pooling" license for UD v7.1.9 (Windows). According to the documentation, "The following illustrates a configuration file for conn

Re: [U2] ABAP SAP

2007-06-15 Thread Don Kibbey
Sounds alot like the current system I'm working on. It's Informix compiled down to c++ and then run on a sql 2005 server. The front end is done in vb6 and the web servers are a patchwork of asp and vb.net and c#.net. This frankinstien was purchased to replace the "old" Pick system running on Un

RE: [U2] UO.Net & Connection Pooling

2007-06-15 Thread Nick Cipollina
First question, do you have a reference to the UODOTNET assembly in your web site or application? I'm not familiar with the connection pooling in UO.NET, but I do know you need to have a reference to the assembly in your project. You also need to define the config section in your config file. An

RE: [U2] RedBack Garbage Collection

2007-06-15 Thread John Jenkins
John I went "stateless" with stateless RBOs and OPEN2 rather than OPEN method. We were using Object Handles in Session Variables to hold connection handles. So once we lost those if we had stayed stateful then we would have had to use the REFRESH method to restore the state of objects when each p

[U2] Employment offer, West Hartford, Connecticut, USA.

2007-06-15 Thread Charlie Rubeor
- Forwarded by Charlie Rubeor/Wiremold/LNA on 06/15/2007 04:25 PM, on behalf of Nancy Anton - Job Descriptions Position Description Wiremold/Legrand - Perform programming and maintenance of EPICOR Dataflo business software application. The candidate must have strong application developmen

RE: [U2] ABAP SAP

2007-06-15 Thread John Jenkins
So get the best of both - run UniData and CDC. Regards JayJay --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UO.Net & Connection Pooling

2007-06-15 Thread Bill Haskett
Nick: Thanks for responding. Yea. UO.Net is properly installed and mv.NET can use the UO.Net connection type with no problem. Anytime we refer to a "configuration" file this could mean anything, anywhere. :-) Presently, I'm guessing mv.NET manages this, since the .NET connection is through