Hi all.
I need to make a Lotusscript to connect to a MySQL DB from a domain server under Linux.
thanks
Hi all.
I need to make a Lotusscript to connect to a MySQL DB from a domain server under Linux.
thanks
Subject: odbc
OK. thanks. She has worked.
The thing about me is that the script had him but I was wrong in the library of “UseLSX” * LSXODBC “”.
As you create the ODBC connection is handled everything.
thanks
Subject: odbc
I do this kind of thing quite a bit from a Domino server on Windows to mysql database servers on both windows and linux. Install the mysql ODBC driver on the Domino server (there are both windows and linux versions). Create your ODBC connection to the mysql server. Then use the lotuscript ODBCConnection class to communicate with the database. Works great.