mat*_*bar 4 coldfusion sybase sybase-ase coldfusion-9
我的ColdFusion应用程序有问题.当我尝试登录我的帐户时,它会生成以下错误
JZ0SJ: Metadata accessor information was not found on this database.
Please install the required tables as mentioned in the jConnect documentation.
Run Code Online (Sandbox Code Playgroud)
我正在使用SQL Anywhere 9和jConnect-6_0.任何人都可以帮我这个.
似乎没有人能够正确回答这个问题.为了防止它派上用场(虽然我从不建议使用这个数据库),要解决上述问题,请安装元数据表.运行以下语句作为连接到数据库的唯一帐户:
ALTER DATABASE Upgrade JCONNECT ON
Run Code Online (Sandbox Code Playgroud)