I have a VB6 application with an SQL Server 2008 database. It works fine on my developer workstation, of course, but when I deployed it in a freshly installed operating system (a virtual machine), an error occurs saying:
Additional info:
I tried to deploy it in another computer (not fresh install and not a VM) and it works fine.
Here is my connection string:
Provider=SQLOLEDB.1;Server=GS3-LNUBLA\LESTERDB;Database=UPPC;User Id=sa;Password=p@ssw0rd;
Does it mean I have to install something before my application to work? If there is, what could it be?