ODBC @DbCommand in db2 and linux

I’d like to use SQL query (SELECT) in @dbcommand(“ODBC”, …) to get the data from DB2. Domino 8.0 and DB2 is on linux.

Is it possible?

Thanks, Ch.

Subject: Sure, why not? Of course, remember it’s ODBC…

… so you have to define the ODBC data source, and make sure it’s available wherever the code is running.