RE: [U2] Learning Uniobjects.NET

2007-08-30 Thread Hona, David S
: Thursday, August 30, 2007 1:58 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET Jonathan: You need to purchase a connection pooling license; sorry I didn't mention this. Each UV license costs about $500. A "Connection Pool" license costs about $1,700.

RE: [U2] Learning Uniobjects.NET

2007-08-29 Thread Boydell, Stuart
Or, you could also use the MS Enterprise Services connection pooling provided with Windows. Pretty simple to set up and use though you should compare any price advantage there may be in purchasing IBM pooling licences. http://support.microsoft.com/kb/317336 Stuart Boydell >-Original Message-

RE: [U2] Learning Uniobjects.NET [ad]

2007-08-29 Thread Tony G
Jonathan Lienhoop wrote: > I'm more worried about how I'm managing the sessions and > trying to implement a connection pool. > > I've already requested a demo of mv.NET simply because they promise > data binding to .net controls and connection pooling. But is there > anyway I could create my own

RE: [U2] Learning Uniobjects.NET

2007-08-29 Thread Jonathan Lienhoop
that assumption? Jonathan Lienhoop Marvin Johnson & Associates, Inc. 1.800.457.5255 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Haskett Sent: Wednesday, August 29, 2007 11:47 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniob

RE: [U2] Learning Uniobjects.NET

2007-08-29 Thread Bill Haskett
nesday, August 29, 2007 5:26 AM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] Learning Uniobjects.NET > >Well ... I guess I'm going to have to get lucky because we won't go get >ANY help and I'd be lucky to purchase a copy of mv.NET (especially if >its over 10

RE: [U2] Learning Uniobjects.NET

2007-08-29 Thread Jonathan Lienhoop
t templates to build an application. Bill >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Jonathan Lienhoop >Sent: Tuesday, August 28, 2007 11:32 AM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] Learning Uniobjects.NET >

RE: [U2] Learning Uniobjects.NET

2007-08-29 Thread Symeon Breen
Lienhoop Sent: 28 August 2007 17:48 To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET I don't quite understand how adding a webservice to my project would really help, but maybe its cause I'm not a developer. Here are the basics of my class file and how I open

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Nick Cipollina
2:32 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET Makes me laugh, I've only preaching the same thing (about getting experienced help) since January. But my boss doesn't seem to think hiring developers either as consultants or staff is worthwhile. He expe

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Bill Haskett
es to build an application. Bill >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Jonathan Lienhoop >Sent: Tuesday, August 28, 2007 11:32 AM >To: u2-users@listserver.u2ug.org >Subject: RE: [U2] Learning Uniobjects.NET > >Makes me

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Jonathan Lienhoop
ust 28, 2007 12:11 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET Jonathan: The only advice I can give is to get some __HELP__. This kind of development environment is extremely complex and not for the faint of heart! Sure, you can create a single web service, or a single program

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Jonathan Lienhoop
the code you wrote. Ya it loops around and creates sessions, but how does the application pick up an open one?? Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Tuesday, August 28, 2007 9:01 AM To: u2-users@listserver.u2ug.org Subjec

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Bill Haskett
Jonathan: The only advice I can give is to get some __HELP__. This kind of development environment is extremely complex and not for the faint of heart! Sure, you can create a single web service, or a single program, but when one starts working more with this technology it becomes clear that all

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Symeon Breen
Hi Jonathon As far as I am aware, connection pooling will work in an asp.net environment. The connection is then shared by the web users, not sure if this would be restricted to the application pool or not tho (it is something I am going to be doing very soon). You need to buy a special connect

RE: [U2] Learning Uniobjects.NET

2007-08-28 Thread Jonathan Lienhoop
PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET UniVerse supports Connection Pooling and you can code C# (or VB.NET, or ASP.NET or J#) applications using UniObjects.NET or you can use Web Services. The easiest way to create a Web Service is to use Visual Studio .NET

RE: [U2] Learning Uniobjects.NET

2007-08-27 Thread phil walker
source which I am having trouble with. Cheers, Phil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Barouch Sent: Tuesday, 28 August 2007 3:16 p.m. To: u2-users@listserver.u2ug.org Subject: Re: [U2] Learning Uniobjects.NET Phil, I did

Re: [U2] Learning Uniobjects.NET

2007-08-27 Thread Charles Barouch
at the correct connection details should be. Is anyone else attempting to do such a thing? Cheers, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins Sent: Tuesday, 28 August 2007 12:00 p.m. To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning

RE: [U2] Learning Uniobjects.NET

2007-08-27 Thread phil walker
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins Sent: Tuesday, 28 August 2007 12:00 p.m. To: u2-users@listserver.u2ug.org Subject: RE: [U2] Learning Uniobjects.NET >> The easiest way to create a Web Service is to use Visual Studio .NET 2005 and drag your published servic

RE: [U2] Learning Uniobjects.NET

2007-08-27 Thread John Jenkins
UniVerse supports Connection Pooling and you can code C# (or VB.NET, or ASP.NET or J#) applications using UniObjects.NET or you can use Web Services. The easiest way to create a Web Service is to use Visual Studio .NET 2005 and drag your published service into VS - it will create the template for