sdwhite Posted June 12, 2008 Report Share Posted June 12, 2008 I am trying to create a program that will read info from a text file and write to a lotus notes database. I know labview has a database connectivity toolset but does this work with lotus notes? I have been told that using ActiveX might be best but I dont know how to do this. I found LotNotesUI ActiveX Control module in in the class browser but I dont think this is what I need. Any ideas? Quote Link to comment
Yair Posted June 12, 2008 Report Share Posted June 12, 2008 Most toolkits for DB work (including NI's toolkit) already use ActiveX. If Notes supports ADO or ODBC, you should be able to connect to it through that using any of the available toolkits (e.g. NI, LabSQL, ADO toolkit, etc.). Quote Link to comment
xtal Posted June 13, 2008 Report Share Posted June 13, 2008 QUOTE (Yen @ Jun 11 2008, 01:51 PM) Most toolkits for DB work (including NI's toolkit) already use ActiveX. If Notes supports ADO or ODBC, you should be able to connect to it through that using any of the available toolkits (e.g. NI, LabSQL, ADO toolkit, etc.). Here is a link to the ODBC driver for Lotus Notes: http://www.ibm.com/developerworks/lotus/pr...omino/notessql/ This in conjunction with one of the tookits mentioned above should give you all the tools you need. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.