connect to sql server ?
-
Hi everyone, I have a problem with connecting to the SQL server(local database in my computer). Details, I had use windployqt to deploy my application to .exe file and I used Inno set up to create setup.exe to install another computer. After installed, and I run program and it can not connect to database on my computer, but it's still run and connect on my computer.
I had configure Firewall to open port 1433 and enable TCP. -
Hi
What error do you get from trying to open the connection ?
Should give a hint.Did you also include any client Database DLLs in setup,exe ?