boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - where is ora 00922 from?
相关主题
问个数据库问题
用Servlet显示数据库里的数据,分页的? (很实际的问题)
how to get the result in the middle of resultset?
请教一个sql server的问题
a question for JDBC
Re: why?ORACLE的c编程中,循环语句中如果出现数据库语句,循环就会死掉
java sql help!
Java SQL --> resultset!!
java database access problem!!!
Access 'memo' data type
相关话题的讨论汇总
话题: 00922话题: got话题: ora话题: resultset
进入Database版参与讨论
1 (共1页)
J*L
发帖数: 2659
1
ResultSet rset = _conn.prepareStmt( "select seq.currval
from dual" );
rset.open(null);
rset.getNextRow();
id = rset.getColumnInt(1);
rset.close();
From this simple statement, I even got that id = 7 or the
integer I got, how come I got the error message of 00922?
missed or invalid option?
1 (共1页)
进入Database版参与讨论
相关主题
Access 'memo' data type
Re: [转载] JDBC用完了oracle的large pool (memor
Help:java call oralce stored procedure
这二句为什么会抛出ClassCastException异常?
Database 中不能直接存Arrray吧?
请教SQL
oracle: cartesian product warning
求助:SQL05 Backup Error
SQL Server Update Query - non-unique value
error of access IBM Netteza database from C# in Visual Stud (转载)
相关话题的讨论汇总
话题: 00922话题: got话题: ora话题: resultset