Hi,
Using PowerBuilder 2017 R2
I am connecting to SQL Server 2012 using 2012 Native Client and DBMS=SNC SQL Native Client(OLE DB).
All works as expected but when I put Trace to start tracing using
DBMS=Trace SNC SQL Native Client(OLE DB)
when I try and connect I get the following error message.
DBMS SQL NATIVE CLIENT(OLE DB) is not supported in your current installation
This occurs when in PowerBuilder and also when I run the 64-bit and 32-bit executables generated from my PowerBuilder application.
My application can also connect to Oracle databases using DBMS=ORA Oracle and database trace works fine in here.
Does anyone know what I am doing wrong?
Thanks in advance.
Richard