David Inglis 4.Nov.11 11:05 AM a Web browser GeneralAll ReleasesWindows
I am looking for a way to do an SQL query from a Domino Java agent to a MySQL database.
Normally, when using Lotus Script, I'd just use a ODBCCOnnection class and an ODBC connection within the Windows environment running the DOmino server. However I need to use Java for this one and I'm not familiar with Java or how it can be used to do the equivalent of an ODBCConnection in Lotus Script.
I simply want to run a SELECT statement and get the returned results.