Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to Lotus Notes?
Message
From
23/11/2004 16:59:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Connecting to Lotus Notes?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00964053
Message ID:
00964053
Views:
65
I just downloaded the latest ODBC driver for Lotus Notes - NotesSQL and tried to connect tto the server using this syntax:

lcCon = "Driver={Lotus NotesSQL Driver (*.nsf)};" + ;
"Server=myserver;" + ;
"Database=mynotesdatabase.nsf;" + ;
"Uid=;" + ;
"Pwd=mypassword"

lnCon = SQLSTRINGCONNECT( lcCon )

This is the error I get when I try it:

Connectivity error: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed

Got any suggestions on how to connect?
Reply
Map
View

Click here to load this message in the networking platform