Forum Discussion
- rraghvaniChampion Level 3
If you do an internet search for "SQLState 08001" you will get results with possible solutions.
This is not an issues with TestComplete, but how your database/service is setup.
Also see https://stackoverflow.com/questions/22460969/cant-connect-to-local-firebird-with-isql
- rraghvaniChampion Level 3
If you try a different application that uses ODBC to connect to your Firebird DB, I'm very certain you will get the same error.
- lalit_singhContributor
Yes , It seems
- rraghvaniChampion Level 3
Have you read about SQLState 08001 error status?
- lalit_singhContributor
Hello
Thankyou for the reply, I am able to resolve the issue with new connection string using oledb
- lalit_singhContributor
I went through it but till now did not have exact reason for failure
Seems like issue with system configuration
- rraghvaniChampion Level 3
What's the new connection string that you are using, which works?
- lalit_singhContributor
Provider=MSDASQL.1;Password=*****;Persist Security Info=True;User ID=SYSDBA;Data Source=Test
- rraghvaniChampion Level 3
So you are now using Microsoft OLE DB provider for ODBC, and not Firebird ODBC? And it seems your database is now running as a service? Are you still using Firebird database?
- lalit_singhContributor
Yes;
No , I am still using Firebird database
Related Content
- 3 years ago
- 2 years ago
Recent Discussions
- 5 hours ago