I am creating a password vault plugin for my company since we aren't allowed to store passwords on our computer.
IDE_SetConnection works to set the global and all windows connections at once.
But, I'd like to also give the user the option to only set the connection for the current SQL window but I don't see a IDE_SetWindowConnection or anything similar.
I can't use IDE_AddConnection with IDE_SetWindowConnection to accomplish this since we have password storing turned off in PL SQL Dev and that would cause a password prompt to appear.
Can you recommend a way for me to accomplish this?
IDE_SetConnection works to set the global and all windows connections at once.
But, I'd like to also give the user the option to only set the connection for the current SQL window but I don't see a IDE_SetWindowConnection or anything similar.
I can't use IDE_AddConnection with IDE_SetWindowConnection to accomplish this since we have password storing turned off in PL SQL Dev and that would cause a password prompt to appear.
Can you recommend a way for me to accomplish this?