luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Connection profiles management #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current organization of the profiles brings a set of problems.
profiles are stored in the registry key
HKEY_CURRENT_USER\Software\FM2i\aseisql\profiles

each key=value entry contains
LOGIN@SERVER.DATABASE/CHARSET=CRYPT(PASSWORD+ENCRYPT_KEYS)

the format is not extensible.
if server name contains dot character, then it brings problems for the key
name.

Future change offer:
The key will be formed as SERVER.DATABASE/CHARSET
but it will be just an alias that could be renamed.
all connection parameters will be stored as Multi-String value in format:
server=syblocal
database=master
...

Original issue reported on code.google.com by daggett....@gmail.com on 22 Jun 2009 at 5:30

GoogleCodeExporter commented 9 years ago
fixed in trunk revision #65

Original comment by daggett....@gmail.com on 29 Jun 2009 at 5:09