Hi,
I have problem on connect to sql-server in service application.
The error are time-out.
But if I try with the same code in IDE it work fine.
My Delphi is v 6.02
and dbexpress driver Version 4.45.18 (04-Sep-2009)
Please advise
Thank you in advance
Cannot Connect to database in service application
Make sure you are not using Windows Logon Authentication in SQL Server but use SQL Server Authentication. Windows Services often run under very restricted Accounts and therefore it is possible that your Account does not have the credentials to access the SQL Server by Windows Authentication.
We are using dbExpressin our Services with no problems, well at least no Logon problems..
We are using dbExpressin our Services with no problems, well at least no Logon problems..