I am using Delphi, but I am starting with databases.
I installed MSSQLServer 2008 Express on my computer, started developing ... I used TSQLConnection, made a registration form [hostname, database_name, username, password], and everything works fine on my PC.
But it does not work on my client PC. I do not know what to do with my exe to make it portable.
1) Error 1: Login failed, "dbxmss.dll is missing." I found the dll in my Delphi \ bin and told my client to put it in the exe folder. Q1) Is this a suitable place for dll?
2) Error 2: After that, he received: login failed, a catastrophic failure. I read tons of forum posts, it looks like I have to send it "SQL Server Native Client 10" for installation. Q2) Does this problem solve? I do not want to emphasize that my client is having a different setback. Q3) If yes, can I just pick up the dll (s) that SQL NC 10 installs and distributes the dll (s) instead of fully installing SQL NC 10?
Q4) Is there anyway to tell Delphi "pack me everything I need except exe"?
Thank you in advance
source share