Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection to MSACCESS Database

Status
Not open for further replies.

sam2601

Programmer
Apr 9, 2004
81
0
0
US
Hi guys,

I need to connect to MSACCESS database and insert data from notes to Access.

Any ideas as to how i can accomplish that one.

Appreciate any help
 
IBM WebSphere DataStage and DataStage TX should be able to do this, via ODBC connections.



JuJutsu - Jeff S.
Support Analyst
 
LotusScript can also do that in R6, all you need is an ODBC connection. No need to purchase heavyweight software, but you do need a bit of time and programming to get it working.

Pascal.
 
I think Pascal is right.

There is an Notes ODBC driver for free available.

With that you define an ODBC data source on your notes DB. When selecting it gives you the choice to select the fields you want

I used this ODBC data source to extract notes data to excel and created an csv to import into my DBMS (not Access, and not having an ODBC Connector).
I guess if it is a one time task, even using excel in between should be fine. It can be scripted and automated.


Juliane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top