SqlMapconfig File :
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
...
Type: Posts; User: shailesh.sutar; Keyword(s):
SqlMapconfig File :
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sqlMapConfig
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
...
Which database are u using?
I am using Sql Server so + operator works fine to Concatenate strings.
May be this link will help you:...
To use the LIKE clause in the query...
Try this :
select * from LC.TEMP_EMP WHERE NAME LIKE '%'+ #NAME# +'%'
Working for my test application
:)
IBatis is really very good if you like to write ur own SQL.
Even performance is very close to JDBC.
search for how to pass parameters to select
Try using parameterMap to query as
<parameterMap id="identifierParam" class="map" >
<parameter property="identifier" jdbcType="VARCHAR"...
I tried Ajax Web Application using DWR.
It works fine in IE6.0, Mozilla 2.0, Opera 9.10.
But in IE 5.0, It gives javascript error (EvalError is undefined).
I searched google and found that in...
Firstly ,I should have ask this question in iBatis forum. But i thought i will also get some clue from here so i put it here.
Ok.
I got solution for it.
I should use update function instead of...
I am using stored procedure for DB related stuff using iBATIS. (SQL server 2000).
When i call procedure in which i do some DB updation stuff, it works fine.
ie.
...
Sorry for late reply.
I was going through iBatis and you are correct that iBatis is better dealing with stored procedures compared to hibernate.
I got one link where performance of different...
I am going through iBATIS data mapper docs.
Thanks for hibernate related link...
We'll do some sample applications to study performance..
Thanks for suggestion....
We are using stored procedures for all database related stuff.
There are around 150 tables.
Security and Performance is the major concern for our project as it is related to online transactions....
I want to create simple web application using Spring AOP for logging...
can anyone give me link or guide me how to configure bean for AOP in spring...
I want bean configuration for Spring AOP....
My reply is related to spring....
According to me there are 2 options to use foreign characters in message.properties in Spring
1. By using hardcoded character values in properties files like...
It was my first post.
Wow. it works.....
Thanks Karl........
I am also new to spring but i have tried calling stored procedure using spring and SQL-Server 2000...
I am not sure but may be this is helpful to you.....
u r declaring following parameters.......