| Author |
outlook
|
sabu ekm
Greenhorn
Joined: Jan 15, 2005
Posts: 19
|
|
hellow, is there any way to export outlook contacts into database. im using jsp, servlets, ms sql. i want to export all data in outlook address book into the database in the server
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Well Outlook is a clientside technology, so you would first have to export them to the local file systems, then upload this export and handle it appropriately. You can ask the user to explicitly do the export (there's an export to CSV file option somewhere in Outlook's File menu), or you could do it programatically with VBA - which means an ActiveX control.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: outlook
|
|
|