Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can someone please help
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00223067
Message ID:
00223101
Views:
19
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform