• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Retrieve e-mailaddresses from a Notes database

vijay.vizzu

Member
Dear All


I have read the below url, but whenever i run the code but connection can't open shows error:


Run-time error-'2147467259 (80004005)':

microsoft odbc driver manager datasource name not found and no default driver specified


http://www.rondebruin.nl/win/s1/notes/notes3.htm

i already installed notesSQL


Please suggest the same
 
Vijay


In VBA have you added a reference to the driver?

Goto VBA, Tools, References

Place a tick in the appropriate driver
 
I just copied the code as it is, the code stops while running the below statment


cnt.Open ("Driver={Lotus NotesSQL Driver (*.nsf)};Database=names.nsf;Server=Local;")
 
Back
Top