C# Web App with Lotus Notes datasource

J

JJBW

Hi

Does anyone know how I make a connection to a Lotus Notes database to
extract address based upon a parameter e.g. customer id ?

Best Regards,

JJBW
 
J

John Timney \(Microsoft MVP\)

You would need a data provider capable of talking to notes from C#, I'm not
aware of one - you shoud ask Lotus.....

If its web data then you could use the net classes to issue get or post
commands.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
L

Louis R. Schilling

You should be able to use the .NET ODBC provider to connect to Lotus Notes
database files. I have not done this myself with .NET, but I have used ADO
and ODBC to make a connection with Notes DBs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top