Best forum for COM and SQL questions?

Hello,

I have a basic COM interface to our Lotus Notes/Domino system that inserts/syncronizes calendar entries into a user’s LN calendar. This is a one-way communications connection from a custom calendar application to Lotus Notes.

A new project has been approved to greatly expand the current capabilities, including bi-directional data transfer/syncronization.

Unfortunately I have no access to the Domino system outside of COM, Notes SQL and maybe ReadViewEntries. I cannot create agents, or code that runs in Lotus Notes/Domino.

What forum(s) would be best for asking questions about COM, Notes SQL and Domino XML?

Thank you.

Bill Fields

Subject: Try the Notes/Domino 6&7 forum

The Notes/Domino 6&7 forum seems to have the most traffic, and the majority of postings are related to traditional Notes programming, and seem to trigger responses. Do a search in that forum before asking questions.

Note that calling Notes classes via COM is essentially no different than if you did it directly from LotusScript. The Domino Designer help will tell you what you can’t use from COM.

Subject: Thanks.