PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → User MSSQL with OLEDB
User MSSQL with OLEDB
Iniciado por JMichels.jmc, 17,sep. 2015 10:56 - No hay respuesta
Publicado el 17,septiembre 2015 - 10:56
I'm trying to connect to a MSSQL DB produce. in the development environment is used to connect to "SQL Server (Microsoft OLE DB Provider for SQL Server)". When I install the required parameters (DataSource, Database, User, PW) are entered. But when the application is started, always get the error message "OLE DB access error.
Error Number = 170124 ". MDAC is installed, also msodbcsql. I try SQLConnect I get no errors, but if I refer to the tables, comes back the same error. Also brings" HConnection " the same mistake.

Has anyone a proposal for a solution for me

Jürgen