首页 > 数据库 > SQL Server > 正文

解决SQL查询中的转义序列不对的方法

2024-08-31 00:46:35
字体:
来源:转载
供稿:网友

使用Sybase WorkSpace连接到Sybase IQ,执行如下SQL:

以下为引用的内容:

createPROCEDUREtest() 
 BEGIN 
  Print’ReplacethisPrintlinewithyourSQLstatements’; 
  insertintoemployeelocation’ww.demodb’{select*fromemployee_temp}; 
 END

SQL Result view返回如下错误:

JZ0S8: SQL 查询中的转义序列不对: ’{select * from employee_temp}’。

原因:

以下为引用的内容:

  By default, jConnect parses all SQL statements submitted to the database for valid JDBC function escapes.

解决办法:

1. 在Enterprise Explorer view中选择IQ connection profile, 从context menu中选择Properties.

2. 在Other Properties tab中,

加入connection property ESCAPE_PROCESSING_DEFAULT=false.

3. reconnect IQ connection profile.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表