views:

59

answers:

0

How can I use my own connection Provider when using iBatis Data Mapper? I have to use UserId and Password of the user performing the db operation in the ConnectionString? E.g. The following ConnectionString has to be modified to insert the userid and password for user performing the db operation.

Data Source=TEST;Persist Security Info=True;User ID={userID};Password={password}

How can this be handled in iBatis DataMapper?