gpt4 book ai didi

sqlite - 在AIR应用程序中发布PRAGMA声明

转载 作者:行者123 更新时间:2023-12-03 18:31:26 25 4
gpt4 key购买 nike

当我使用flash.data例程发出SQLite“ PRAGMA encoding”语句时,出现错误提示不支持此操作:

'Error #3115: SQL Error.', details:'PRAGMA is not allowed in SQL.', operation:'execute', detailID:'2005


有解决方法吗?

最佳答案

一言以蔽之。有关支持和不支持的功能,请参见。

http://help.adobe.com/en_US/as3/dev/WSd47bd22bdd97276f1365b8c112629d7c47c-8000.html#WSd47bd22bdd97276f-5741a41a1262b2de46b-8000

但是在该页面上,您会看到...
系统表访问不可用
SQL语句中没有包含sqlite_master的系统表以及其他带有“ sqlite_”前缀的表。运行时包含模式API,该API提供了一种面向对象的方式来访问模式数据。有关更多信息,请参见SQLConnection.loadSchema()方法。

有关使用loadSchema的更详细的帮助,请查看

http://gmarius.posterous.com/a-test-33

并考虑使用

http://sqlitebrowser.sourceforge.net/实际上

关于sqlite - 在AIR应用程序中发布PRAGMA声明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6417040/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com