It is, I have my application configured that way (at work), and will send you the info when I get there (it is only 5:42am here now).
Could you please add this part of the solution to the iBATIS wiki? The more mono info we can get up there the better IMO. :-) Larry On 6/9/05, Morten Schmidt <[EMAIL PROTECTED]> wrote: > > Got my providers.config in there... > > Can anyone tell me whether it's possible to embed sqlmap.config into your > dll? > > If this is possible, I have everything in my library, all configured through > ./Properties.xml and that would be really cool! Help my colleagues a lot! > > Please let it be possible (?!!?!) > > /morten > > >>>[EMAIL PROTECTED] 06/09/05 12:45 pm >>> > > > > ... and my hero of the day: Larry > > > > Worked like a charm! > > > > mcs option is: > > > > -resource:/path/to/AccessProfile.xml,BudgetModel.DataMapper,AccessProfile.xml > > > > and I refer to it in sqlmap.config as: > > > > <sqlMaps> > > <sqlMap embedded="AccessProfile.xml, BudgetModel.DataMapper"/> > > </sqlMaps> > > > > Thanks Larry.. Now I have to figure out how to embed sglmap.config and > providers.config if this is posible.... > > > > /morten >