1

使用activerecord-informix-adapter (1.1.1) 及其文档,我试图创建一个准备好的语句,但得到一个错误。

ActiveRecord::StatementInvalid 

Informix::DatabaseError: Prepared statement is not a cursor specification: 

我的查询如下所示:

@resource=Client.connection.execute("select * from sample where username=?;",'John')
4

0 回答 0