suchen

Heim  >  Fragen und Antworten  >  Hauptteil

node.js - 用nodejs 的mssql模块去执行存储过程,可是存储过程还没全部执行完,连接就关闭了,咋办?

用nodejs 的mssql模块去执行存储过程,可是存储过程还没全部执行完,连接就关闭了,咋办?
提示的错误:ConnectionError: Connection is closed.

var config={
    user:'sa',
    password:'xxxxx',
    server:'xxxx', 
    database:'xxxx',
    port:'xxxx',
    connectionTimeout:300000
};
我的配置写这样,还需要添加什么吗?
加了个连接操时的时间,还是不行啊,以下是错误..
ConnectionError: Connection is closed.
at d:\Program Files\nodejs\node_global\node_modules\mssql\lib\main.js:1663:17
at nextTickCallbackWith0Args (node.js:420:9)
at process._tickCallback (node.js:349:13)
PHP中文网PHP中文网2783 Tage vor702

Antworte allen(1)Ich werde antworten

  • 天蓬老师

    天蓬老师2017-04-17 15:55:23

    配置里面加上这个connectionTimeout:60000

    Antwort
    0
  • StornierenAntwort