Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connecting to Lotus Notes?
Message
De
23/11/2004 16:59:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Connecting to Lotus Notes?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00964053
Message ID:
00964053
Vues:
64
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?
Répondre
Fil
Voir

Click here to load this message in the networking platform