RE: [U2] U2 to web software

2005-02-25 Thread Brian Leach
using RedBack, small scale UniObjects pooling through ActiveX DLLs or creating ISAPI DLLs. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: 23 February 2005 16:09 To: u2-users@listserver.u2ug.org Subject: RE: [U2] U2 to web

RE: [U2] U2 to web software

2005-02-23 Thread George Gallen
Brian, At the cludgy end you could use CGI to write a script (select your language here) to write request information to a directory, have a phantom scan it and write the response back, and then have the CGI script send that back to the web server. Very simple, but pretty slow and limited in

RE: [U2] U2 to web software

2005-02-23 Thread Glen B
: [U2] U2 to web software Brian, At the cludgy end you could use CGI to write a script (select your language here) to write request information to a directory, have a phantom scan it and write the response back, and then have the CGI script send that back to the web server. Very simple

Re: [U2] U2 to web software

2005-02-22 Thread Raymond DeGennaro II
What I'm still a little fuzzy about is, say I'm already using .asp to connect to and extract a response from my U2 database. What does a product like Redback do for me extra? Why would I need it? Will, I'm coming in on the middle of this thread, so I may be missing some details. What do you

Re: [U2] U2 to web software

2005-02-21 Thread FFT2001
What I'm still a little fuzzy about is, say I'm already using .asp to connect to and extract a response from my U2 database. What does a product like Redback do for me extra? Why would I need it? Thanks Will --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] U2 to web software

2005-02-21 Thread Gordon J Glorfield
Will, The main thing that Redback does is connection pooling. In other words it reduces the number of licenses that you'll use. HTH, Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL PROTECTED] wrote on 02/20/2005 07:59:06 PM: What I'm still

RE: [U2] U2 to web software

2005-02-21 Thread Brian Leach
Will, What I'm still a little fuzzy about is, say I'm already using .asp to connect to and extract a response from my U2 database. What does a product like Redback do for me extra? Why would I need it? Thanks Will Let's start from the basics. Apologies as you will know this already