Encrypted Connection String Parameters?
From: Ishkabibble (ishkabibble_at_schiznitz.com)
Date: 04/30/04
- Next message: jwalker_at_wp.shawcable.net: "Me biteing my budgies head off"
- Previous message: Juvenel Joseph: "Read an Excel file via adodc"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 10:26:09 GMT
Was playing w/ DTSRunUI yesterday, noticed that it can generate a DTSRun
command line w/ all the parameters encrypted - eg,
Normal: DTSRun /S Server /D Database ...
Encrypted: DTSRun /~S {gibberish} /~D {gibberish} ...
Is there some trick like the tilde in the parameter (/~S) to clue an ADO
connection object into the fact the parameter is encrypted?
Sure, I can use the crypto API to encrypt User ID/Password prior to sticking
into an INI file/database record. Just wondering if this was something ADO
would do itself.
- Next message: jwalker_at_wp.shawcable.net: "Me biteing my budgies head off"
- Previous message: Juvenel Joseph: "Read an Excel file via adodc"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|