Unable to CREATE TABLE; why does this code fail?(无法创建表;为什么这段代码会失败?)
问题描述
我在使用 SQLite v3.22.0 和 AutoIt v3.3.14.3 时遇到问题.尝试创建数据库有效,但未创建表.我使用 AutoIt 示例代码:
I have a problem with SQLite v3.22.0 and AutoIt v3.3.14.3. Trying to create a database works but the table does not get created. I use the AutoIt example code:
如果我请求 SQLite 错误,我会收到库使用不正确".这种情况有什么问题?
If I request the SQLite error, I get "Library used incorrectly". What's the problem in this case?
推荐答案
AutoIt v3.3.14.3 有一个错误;安装 AutoIt v3.3.14.2 或 获取错误修复.
AutoIt v3.3.14.3 has a bug; install AutoIt v3.3.14.2 or get the bug-fix.
这篇关于无法创建表;为什么这段代码会失败?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!