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
Original issue reported on code.google.com by
daggett....@gmail.com
on 22 Jun 2009 at 5:30