Hello, I have a SQL Database file IPINdb.mdf stored in my Windows Desktop project in Visual Studio. What is the ConnecetionString?
In MapWIndow5 I can connect easily with: “MSSQL:server=DJAPPMAC\SQLEXPRESS;database=IPINdb;trusted_connection=yes”
I copied the DB file for deployment on client’s PC. Using the Connection String from Visual Studio “Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=F:…\IPINdb.mdf;Integrated Security=True;Connect Timeout=30”
I am unable to connect to DB file. Is there another way around this?
Thank you.