[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Command-Line syntax for Connectivity -Reply
- Subject: Re: Command-Line syntax for Connectivity -Reply
- From: Wes Williams <wwilliams@MAIL.RKD.SNDS.COM>
- Date: Fri, 8 Jan 1999 06:55:05 -0600
I use VB to launch sqr.
command line
x = Shell("r:\woclose\sqrwt.exe t:\sqr3\woclosit maximo/maximo/pwd -fC:\spl\", 1)
The SQR writes to a file when the process is complete so my VB app knows that it has finished. The VB code is very simple.
Hope this helps
Wes Williams
>>> Steve Hall <srh%CONVOY.COM@internet.rkd.snds.com> 01/08/99 05:21am >>>
Yes, everyone with access to the logs will be able to read passwords.
I need to spawn multiple sqr programs - 50 to 100 child programs -hence the
need for complete command lines.
This is a gaping security hole. The only way around it I can think of is to
put some kind of front end together with VB or something?
Any other ideas for hiding passwords?
-----Original Message-----
From: Discussion of SQR, SQRIBE Technologies's database reporting
language [mailto:SQR-USERS@list.iex.net]On Behalf Of Chuck Chauvin
Sent: Thursday, January 07, 1999 11:31 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: Command-Line syntax for Connectivity
However, if I'm not mistaken, everyone with access to the logs will be
able to read your password. If you enter Username@DBInstance, you will be
prompted for your password, and others will not be able to read it.
HTH
-----Original Message-----
From: Les Hancock [SMTP:les_hanc@YAHOO.COM]
To: Multiple recipients of list SQR-USERS
For Oracle:
Username/Password@DBInstance
such as
sysadm/sysadm@DEV