Re: [U2] UniBasic SELECT

2011-08-01 Thread Bill Brutzman
Keith: Victory... The F.ICC argument was from an open statement... Open 'INV.CLASS.CODE' to F.ICC else null When the command was changed from SELECT F.ICC... To Execute SELECT INV.CLASS.CODE... The pesky SQL+ prompt went away. Thanks very much indeed

Re: [U2] UniBasic SELECT

2011-08-01 Thread John Thompson
I think that SQL prompt only appears if the filename does not exist, or your VOC pointer is off, etc. In this case, thats what happened, because you were using the file open variable instead of the actual filename perhaps? Sounds like you figured it out :) On Mon, Aug 1, 2011 at 3:06 PM, Bill

Re: [U2] Using SSL, with .Net to make a connection to Linux/Unix

2011-08-01 Thread Tom Whitmore
Hi, At this point, we are using an internal development server and our Admin does have SSL, and SSH, turned on and it works with our terminal emulator. Changing from SSH to SSL Telnet won't be a problem with our customers. The critical piece is that it must be an encrypted pipe. Thanks for