You are correct, it is NotesSQL. Horrible product, with all kinds of problems including big memory leaks. On the plus side it gave me a portable interface to write some quick and dirty code. I'm hoping NotesSQL is not the issue in this case and it is instead my hack programming skills :-)
I know some of our real software developers here use the COM approach to Notes via .NET... I should grab some examples from them. Thanks for the suggestion. - Chris "Andy Hassall" <[EMAIL PROTECTED]> 10/07/2004 06:55 PM To "'Chris Gehring'" <[EMAIL PROTECTED]>, "'Richard J McWaters'" <[EMAIL PROTECTED]> cc <[EMAIL PROTECTED]> Subject RE: Lotus Notes? Is that NotesSQL? I've not had much success with that - seemed to work briefly but was very unstable and quite quickly just locked up. I've had more success with using Win32::OLE and the COM interface, I think it's Lotus.NotesSession although the code's at the office so I'm not quite sure on the object name there. -- Andy Hassall <[EMAIL PROTECTED]> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space> > -----Original Message----- > From: Chris Gehring [mailto:[EMAIL PROTECTED] > Sent: 07 October 2004 21:55 > To: Richard J McWaters > Cc: [EMAIL PROTECTED] > Subject: Re: Lotus Notes? > > I'm using the Notes-ODBC interface to Lotus Notes on a > Windows Platform > (free from IBM) and using DBD-ODBC to interface from PERL. > There are UNIX > alternatives available for a price. > > http://www.easysoft.com > > > > > > Richard J McWaters <[EMAIL PROTECTED]> > 10/07/2004 04:47 PM > > To > [EMAIL PROTECTED] > cc > > Subject > Lotus Notes? > > > > > > > > > > > I just saw a post from someone that was using Lotus Notes. > Is there a > Perl > Module that interfaces to Lotus Notes? > > > >
