RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Bill H.
. Cheapest way to have Pick talk to Web ? [snipped] Any example of exactly how you run UV from CGI-BIN scripts ? Thanks Will --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread FFT2001
In a message dated 5/23/2004 10:00:46 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: #!/bin/sh /usr/ibm/uv/bin/uv MYCGIPROGRAM or even #!/usr/ibm/uv/bin/uv MYCGIPROGRAM I think you're talking Unix, I need Windows :) Will --- u2-users mailing list [EMAIL PROTECTED]

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Logan, David (SST - Adelaide)
and updated. Cheapest way to have Pick talk to Web ? Will, I think you're talking Unix, I need Windows :) Apache runs fine on windows. If you can't write CGI-BIN scripts in DOS scripting language, you could install ActivePerl and create a script like: #!/usr/bin/perl -w cd C:\MYACCOUNT C:\IBM\UB\BIN\UV

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Craig Bennett
Whoops, now there was a confused paragraph! You could try: #!C:\windows\system32\cmd.exe cd C:\MYACCOUNT C:\IBM\UB\BIN\UV MYCGIPROGRAM or if you install perl something like this might work: #!C:\pathtoperl\perl -w my @output = `C:\IBM\UB\BIN\UV MYCGIPROGRAM`; my $printline; while ($printline

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-23 Thread Craig Bennett
Will, Can a Pick database (on Windows) talk to the Web for say... under 5 grand? Option 1: Install Apache, run UV from CGI-BIN scripts. Option 2: Run UV from /etc/inetd.conf and write your own HTTP server. regards, Craig --- u2-users mailing list [EMAIL PROTECTED]

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-23 Thread Craig Bennett
Will, Dmn, I was hoping you wouldn't ask -- actually we always run UV from inetd.conf -- but I see no reason why you shouldn't be able to #!/bin/sh /usr/ibm/uv/bin/uv MYCGIPROGRAM or even #!/usr/ibm/uv/bin/uv MYCGIPROGRAM Stdin/Stdout should get connected to the uv executables input and

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Tony Gravagno
Will Johnson wrote: Ok let's hear some real numbers. Can a Pick database (on Windows) talk to the Web for say... under 5 grand? Yes If so How ? Write your own interface on time that has not been allocated to paying customers. Seriously, I have written many such interfaces using