Share via

ODBC Native Client 10 Performance Issues After Windows 11 Update

Darwin Weyh 5 Reputation points
2025-02-10T18:36:21.1833333+00:00

A legacy application using ODBC Native Client 10 has encountered significant performance issues following the latest Windows 11 update. The application previously worked well, but now it is unacceptably slow. The environment includes an in-house MSSQL 2019 Production Server. Most machines are unaffected; however, the boss, after updating to the latest non-preview version of Windows 11, has experienced this slowdown. A similar issue was noted on a development machine, which was resolved by changing the connection profile to "SQLOLEDB" — this fix did not work for the boss's machine, despite similar Dell hardware on both systems.

Also, I have a duplicate of the SQL Server dataset on my development machine which can be accessed with no delay with all drivers.

SQL Server Management Studio works all machines with no delay.

SQL Server Integration Services
SQL Server | Other

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,551 Reputation points
    2025-02-11T03:07:28.9966667+00:00

    Hi @Darwin Weyh,

    You may use SQL Server Profiler to create and manage traces and analyze and replay trace results.


  2. Bruce (SqlWork.com) 83,741 Reputation points
    2025-02-10T23:40:49.7433333+00:00

    vb6 is 32 bit only (and out of support as are all its adodb drivers). windows 11 is 64 bit only. windows 11 will run a 32 bit via the compatibility feature, but will not guarantee its reliable. so you are in a completely unsupported mode.

    be sure the 32 bit adodb drivers where installed. see this thread about picking drivers:

    https://stackoverflow.com/questions/30510857/what-provider-should-i-choose-for-my-vb6-adodb-connection-to-sql-server-2014

    note: you will probably continue to have issues with windows 11 running vb6. it is probably time to upgrade the app, as windows 10 support ends 10/15/2025.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.