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

Reply via email to