腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(24)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Node-Firebird
无效事务句柄
我正在使用
Node-firebird
库。\lib\index.js:1297:21)> C:\Ultra\PreVendaServerV2\node_modules\
node-firebird
\lib\index.js:3019:25> C:\Ultra\PreVendaServerV2\node_modules\
node-firebird
\lib\messages.js:151:25> (C:\Ultra\PreVendaServerV2\node_mo
浏览 37
修改于2021-05-01
得票数 4
1
回答
Node-firebird
顺序选择不起作用
我使用简单的代码在Firebird库"
node-firebird
“中进行顺序测试。它总是返回1行,但应该有很多行。
浏览 2
修改于2021-05-01
得票数 1
3
回答
在Electron应用程序中使用
node-firebird
执行除SELECT之外的任何操作时出错
我们必须重建一个从各种数据库导入数据的应用程序,并将它们插入到我们的数据库中,在Firebird 3中(使用
node-firebird
)。我们使用的是Electron 4.0.5,Node 10,Firebird 3.0.4 (32位)
Node-firebird
这是一个简单的代码示例(使用
node-firebird
上的异步包装器"manukdadali“)。
浏览 0
修改于2019-03-28
得票数 0
2
回答
为什么
node-firebird
输出的是字节缓冲区而不是字符串值?
我的项目是'express','nodemon','
node-firebird
‘。使用以下结构: Project structure 我的server.js文件中的代码是: const firebird = require('
node-firebird
'); const express
浏览 44
修改于2021-05-01
得票数 3
1
回答
Node JS和
node-firebird
在一个事务中进行多次查询
我发现对于mySQL来说这很简单,但在
node-firebird
中并非如此。我查看了github中的测试索引,其中包含事务和多个插入,但这是完全错误的。只有
node-firebird
我才找不到这个信息。试图搜索示例,但它不存在。
浏览 11
提问于2020-07-27
得票数 0
1
回答
与
node-firebird
连接时出现错误“请求的客户端和服务器上的有线加密级别不兼容”
这是我的代码,我正在尝试连接我的本地数据库:options.host = '
浏览 5
修改于2021-05-01
得票数 0
1
回答
显示表语句将导致令牌未知错误。
我运行下面的代码试图查看表是什么 at doCallback (C:\nodetest\node_modules\
node-firebird
\lib\index.js:1321:21) at C:\nodetest\node_mo
浏览 4
修改于2022-09-15
得票数 0
1
回答
到Firebird DB的连接错误
谢谢, //
Node-Firebird
// Options//Users/bla/myfile.js:14个掷错;^ Error:文件"/Users/bla/mydb.FDB“在”打开“操作期间的I/O错误试图打开(/Users/bl
浏览 1
修改于2021-04-30
得票数 2
回答已采纳
1
回答
如何从nodejs和节点-firebird执行多个过程?
SQL文件,但总是会出现以下错误 错误:动态SQL错误,SQL错误代码= -104,令牌未知-第1行,第5列,(/home/somasys/Downloads/testefb/node_modules/
node-firebird
/lib/index.js:1234:18) at /home/somasys/Downloads/testefb/node_modules/
node-firebird
/lib
浏览 2
修改于2021-04-30
得票数 2
回答已采纳
1
回答
在nodejs上做简单的压力测试时,我得到了致命的错误:分配失败-内存中的JavaScript堆
var Firebird = require('firebirdsql'); // or require('
node-firebird
'); // console.log(r.DATETIME, ""+r.EVENT_TEXT); // for require('
node-fire
浏览 1
提问于2017-05-16
得票数 0
回答已采纳
1
回答
在Node.js上监听火鸟事件
我安装了
node-firebird
包并创建了下面的代码,但它不起作用。
浏览 4
修改于2021-07-15
得票数 0
1
回答
循环中的查询在节点-firebird中不工作。
简化了复制示例,我得到了以下代码: Firebird.attach({database: 'TEST'}, (err,
浏览 2
提问于2019-07-19
得票数 1
回答已采纳
1
回答
连接已关闭节点-firebird
这是我的代码,我正在尝试连接我的本地数据库:options.host = '
浏览 5
修改于2021-05-01
得票数 0
2
回答
节点-火鸟按顺序选择
var Firebird = require('
node-firebird
');var options = {}; //options.host =
浏览 0
修改于2021-04-30
得票数 6
回答已采纳
2
回答
firebird - getaddrinfo ENOTFOUND
var Firebird = require('
node-firebird
');options.host = '127.0.0.1:c:\a.fdb'; options.port
浏览 14
修改于2021-05-01
得票数 2
1
回答
使用NodeJS访问Firebird数据库时出现未知表错误
我在试着: const Firebird = require('
node-firebird
') host: '127.0.0.1', port: 3050,
浏览 43
修改于2021-05-01
得票数 1
回答已采纳
1
回答
nodejs火鸟连接编码
const Firebird = require('
node-firebird
'); host: '127.0.0.1', port: 3050,
浏览 3
修改于2020-06-20
得票数 1
1
回答
Node中的全局事务-Firebird
我在我的Firebird 2.5项目中使用"
node-firebird
“,并且我希望在某些批处理中使用单个事务来执行多个插入或更新,但我不能使用全局事务。有人能帮我一下吗?
浏览 28
提问于2021-08-07
得票数 0
1
回答
无法从Node服务器中的Firebird获得响应
variablesconst morgan = require("morgan"); const Firebird = require('
node-firebird
浏览 6
修改于2021-04-30
得票数 0
回答已采纳
1
回答
如何将刺激软性js添加到webpack角5(骨架jhipster)
\project\boursamnew2\node_modules\
node-firebird
\lib' @ ./node_modules/
node-firebird
/lib/index.jsM
浏览 0
修改于2018-10-20
得票数 1
回答已采纳
第 2 页
领券