【发布时间】:2015-11-28 06:53:24
【问题描述】:
我使用了微软提供的这个教程,我可以连接到数据库,但是当我进入它的 SELECT 部分时,我得到了这个错误:
{[RequestError: Requests can only be made in the LoggedIn state, not the SentLogin7WithStandardLogin state]
message:'Requests can only be made in the LoggedIn state, not the SentLogin7WithStandardLogin state', code:'EINAVALIDSTATE'}
正如指南所说,我正在使用 npm modulte Tedious,但我无法解决这个问题。
这是教程Link.
【问题讨论】:
-
请添加您尝试过的代码,而不是您遵循的教程。