Skip to content
⌘ NSIS Forum Archive

more than one ODBC entry with nsODBC

1 posts

Volker Wulf#

more than one ODBC entry with nsODBC

Hi,

I'm trying to add more than one ODBC entry using nsODBC, but failed:

Section -ODBC SEC0001
nsODBC::AddDSN "SQL Server" "DSN=DB1" ;... omitted parameters
SectionEnd

works, but

Section -ODBC SEC0001
nsODBC::AddDSN "SQL Server" "DSN=DB1" ;... omitted parameters
nsODBC::AddDSN "SQL Server" "DSN=DB2" ;... omitted parameters
SectionEnd

only registers the first ODBC connection. Am I missing something, or is this a bug

regards
Volker