开发者

ColdFusion Builder RDS Query Viewer Inserts Allowed?

开发者 https://www.devze.com 2023-03-12 10:32 出处:网络
Just started using ColdFusion Builder 2 with ColdFusion 9 and saw the RDS viewer ability in it. I thumbed through Forta\'s WACK book and tried a simple example from it, a basic INSERT using a Derby Em

Just started using ColdFusion Builder 2 with ColdFusion 9 and saw the RDS viewer ability in it. I thumbed through Forta's WACK book and tried a simple example from it, a basic INSERT using a Derby Embedded database:

INSERT INTO Directors(FirstName,LastName)
VALUES('Ben','Forta')

If you execute that query using the RDS Query Viewer you get an error:

Statement.executeQuery() cannot be used with a query that returns a开发者_运维知识库 row count.

Are INSERTs, DELETEs, and UPDATEs not allowed using this tool? I'm probably just spoiled using SQL Server's Management Studio which will let you do anything if you have the rights.

Thanks!


Ya, AFAIK INSERTs, DELETEs, and UPDATEs not allowed

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号