http://blogger.org.cn/blog/more.asp?name=hongrui&id=9391
Type: Posts; User: mfc42d; Keyword(s):
http://blogger.org.cn/blog/more.asp?name=hongrui&id=9391
http://blogger.org.cn/blog/more.asp?name=hongrui&id=8593
thanks
I use spring jdbc and ms sqlserver JDBC driver,but I encounter a error
org.springframework.jdbc.BadSqlGrammarException: Bad SQL grammar [update Bookreview set F_IsAvaliable = 0 where F_reviewID = ?]...
thanks ,I have solved it
AbstractCommandController offer validation features ,but I dont how to use,give me a example please,thank in advance
ok
I have solved it
my blog http://blogger.org.cn/blog/blog.asp?name=hongrui
oracle example
CREATE OR REPLACE package chapter_13 as
TYPE rs IS REF CURSOR ;
procedure founder(oFields out rs);
end;
/CREATE OR...
oracle 9.2 spring 1.1.4
oracle plsql
TYPE rs IS REF CURSOR ;
PROCEDURE prcListBrief( typeid number, obrief out rs ) IS
BEGIN
open obrief for
select * from TBBRIEFINGTYPE tbt...
MySql does support transactions, you had better InnoDB or BDB
ojdbc oracle 9.2 thin driver
Mysql don't support rolled back,You should use oracle
Aurora is a model-view-controller framework for Java that is designed
to work with the Spring Framework. It adds functionality to an already
great open-source project and covers the weaknesses in...
thank you very much, Juergen :lol:
Please offer any suggestions or comments. I look forward to your help.
prevent duplicate submit
protected ModelAndView disallowDuplicateFormSubmission(HttpServletRequest
request, HttpServletResponse response) throws Exception
{
BindException...
Could someone please help me out ?
Thanks a lot in advance
weblogic 6.1 can be accessed /WEB-INF directory,you should use weblogic
8.1,that has solved the problem
This is JDBC Error Messages,Oracle error code :ORA-17410. No more data to read from socket
thank you very much, Juergen
log message
2004-11-11 09:56:14,499 INFO [org.springframework.jdbc.support.SQLErrorCodesFactory] - SQLErrorCodes loaded: [HSQL Database Engine, Oracle, Sybase SQL Server, Microsoft SQL Server,...
If I don't input description,no errors,why
access your jsp pages through a controller
oracle 9.2 tomcat 5.028
errors message
org.springframework.transaction.TransactionSystemException: Could not roll back JDBC transaction; nested exception is java.sql.SQLException: Io 异常:...
I have resolved it , thank you very much