PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Problem with OLE DB provider for HFSQL
Problem with OLE DB provider for HFSQL
Iniciado por fred.evers, 29,oct. 2019 19:09 - No hay respuesta
Publicado el 29,octubre 2019 - 19:09
Hi

im trying to set up a linked server in SQL Server using HFSQL OLE DB, it kinda work but i can't do query on table i get this error message :
The ole DB provider "PCSoft.HFSQL" for linked server "ServerTest" could not map ordinals for one or more columns of object "DBSHEMA_TABLES"


I also did some test with Excel where i can read table data with HFSQL ODBC driver but i can't when i use the provider
i get this error :
The value can't be null. Name of the parameter : pUnk


Used version 22 and 24 for my tests.
Do anyone have an idea about what is wrong with the provider?