Hi All,
Hope you guys are doing well.
I got a problem when I install my application on Windows 7 and later version.
See the description :
I am using some third party ODBC driver. By using SQLDriversW( ) API I am trying to read the properties.
Here i am using FileUsage
param to do some action. In older version of windows (XP/Server 2003) my application works. Looks like in older version, the SQL API doens't contain FileUsage
value in its payload. That is why my code always picks default value.
Whereas in later wondows(Win7 and Win10) it contains the value in output payload.
I am suspection that SQLDriversW( )
API doesn't return FileUsage string in older version. As per my investigation I am suspecting it is due to the upgrade of MDAC 2.8 to WDAC XX version.
Please help me to solve this problem.
Thanks,
Nihal.k
Nihal.k