You can download the newest ODBC driver from http://www.lotus.com/rw/dl
Once installed, just define a DSN datasource using the Lotus driver. You'll have to enter the Lotus server name and the database name
Then create a Lotus view containing the data you want and access the view like:
<cfquery datasource="myDSN">
select * from myView myView
</cfquery>
Note that you might have to enter the view name twice
Main Topics
Browse All Topics





by: Dain_AndersonPosted on 2000-10-18 at 04:14:36ID: 4787119
If Lotus Domino has an available ODBC driver, then the answer is yes. I don't use Domino, but you can connect to any ODBC datasource via ColdFusion. Once connected, use Domino's query syntax to extract data (which I've heard is slightly different than straight SQL).