2020年5月16日

ORA-01008: 并非所有变量都已绑定

摘要: 使用oracle数据库过程中,偶尔遇到 ORA-01008: 并非所有变量都已绑定 这个错误,此时应该查检sql中是否有以下情况: 1、var sql = string.Format("select * from student t where t.name='{0}' and t.address= 阅读全文

posted @ 2020-05-16 11:47 迷hzz 阅读(11127) 评论(0) 推荐(0)

导航