PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → SQL server and Windev Mobile
SQL server and Windev Mobile
Débuté par svenkhb, 19 sep. 2012 19:25 - Aucune réponse
Membre enregistré
4 messages
Posté le 19 septembre 2012 - 19:25
Hi all,

Does anyone ever encountered a problem with integrating "Native Access for SQL Server" in a Windev Mobile application?
Underneath a description of my problem.

Hardware: Symbol Motorola MC3090 with the framework installed in /Windows/WD16.0
Software: Windows CE 5.00 and SQL Server 2008 on a Windows Server 2008 R2

I made a connection to the database as following:

MyConnection is Connection
MyConnection..User = "user"
MyConnection..Password = "pass"
MyConnection..Server = "server"
MyConnection..Database = "database"
MyConnection..Provider = hNativeAccessSQLServer
MyConnection..Access = hOReadWrite
H.SQLServerMode = 1
HOpenConnection(MyConnection)

From the moment that HOpenConnection is called I get the following error message:

Error at line 12 of Click BTN_NoName1 process.
HOpenConnection function called.
Unable to load the access DLL <\Program Files\CMS
Mobile\WP160SQS.DLL> or the access DLL
<\Program Files\CMS Mobile\WP160SQLServer.DLL>.

******************************

----- Technical Information -----

WL call:
Process of 'Click BTN_NoName1' (WIN_Main.BTN_NoName1), line 12, thread 0
'HOpenConnection' function, syntax 0

What happened?
Unable to load the access DLL <\Program Files\CMS
Mobile\WP160SQS.DLL> or the access DLL
<\Program Files\CMS Mobile\WP160SQLServer.DLL>.

Error code: 73000
Level: fatal error (EL_FATAL)
WD55 error code: 3000

System error code: 193

Dump of the error of 'WP160HF.DLL' module (16.0.79.6).
Identifier of detailed information (.err): 72352
Debugging information:
Fonction (7,210)
Additional Information:
EIT_PILEWL :
Click BTN_NoName1 (WIN_Main.BTN_NoName1),
line 12
EIT_DATEHEURE : 01/01/2007 00:37:54

Does anyone have a solution?
Thanks in advance.