python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
DB connectivity failure in Cypress while running from console
I was trying to connect MSSQL from Cypress and finally got a solution by following the steps provided in this link:
https://github.com/cypress-io/cypress/issues/6621
The solution worked perfectly fine...
Bijo Joseph
Votes: 0
Answers: 0
RequestError: Requests can only be made in the LoggedIn state, not the Connecting state
Using Tedious to connect to MSSQL DB. In the code below, I get the error:
RequestError: Requests can only be made in the LoggedIn state, not the Connecting state
exports.exec_sql_cmd = async function(...
A.G.
Votes: 0
Answers: 0