Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can someone please help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00223067
Message ID:
00223101
Vues:
20
>Whoops... Forgot the part that ACTUALLY Gives the Error..
>
>When I call this command ALA
>=cSQLCONNECT(parm,parm,parm,parm,parm,parm,parm,)
>is when I get "Cannot find entry point SQLConnect in the DLL"
>
>Sorry...
>
>>Can someone please tell me why this command:
>>
>>DECLARE INTEGER SQLCONNECT ;
>> IN "odbc32.dll" AS cSqlConnect ;
>> Integer @hdbc , ;
>> STRING @szDSN, ;
>> INTEGER @cbdsn, ;
>> STRING @szUID, ;
>> INTEGER @cbUID, ;
>> STRING @szAuthStr, ;
>> INTEGER @cbAuthStr
>>
>>Gives me the error:
>>
>>"Cannot find entry point SQLConnect in the DLL"??
>>
>>
>>I'd really appreciate it...
>>
>>Thanx
Hi Bob,

Are you declaring it as SQLCONNECT or SQLConnect? I think the latter is correct. Declarations to functions within DLL are case sensitive.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform