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!

Using VB6 as front end querying Lotus Notes DB

Status
Not open for further replies.

mmt4331

Programmer
Dec 18, 2000
125
0
0
US
I designed a Front End using VB6 and am trying to pull data out of a Lotus Notes Database. I have the statement in my code as:

Const ConnestStr = "Provider=Lotus Notes 4.63; etc, etc;"

I keep on getting an error msg "ADO could not find provider". I asked some Lotus Notes guys about if this is the proper provider and they said yes.

Could there be something wrong with how I got my ODBC set up - or is this simply the case that nobody really knows the correct provider?

Thx.

 
You need to download the Lotus Notes SQL driver from the lotus notes web site. I already have a copy of the driver.
here is my e-mail address: gieluna@yahoo.com if you need help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top