Reputation: 1
I am building the Visual Foxpro 9 exe on my Windows 10 machine and using SQL Server 2019 for database. After building the exe, it is not opening and I am not getting any error in my event viewer.
My SQL Server 2019 connection string:
DRIVER=SQL Server;SERVER=tcp:<<DBServerHostName>>;UID=;Trusted_Connection=Yes;APP=<<App Name>>;;DATABASE=<<Database Name>>.
The exe is working fine if it is pointed to SQL Server 2008 database
The application should connect to SQL Server 2019 and should launch on Windows 10.
Upvotes: 0
Views: 356