Last post Aug 04, 2010 03:36 AM by misuk11
Member
48 Points
1393 Posts
Aug 03, 2010 10:32 AM|misuk11|LINK
Can anyone tell me what I need to reference in order to use DBCommandWrapper ?
I Have this in my class
using Microsoft.Practices.EnterpriseLibrary.Data;
using Microsoft.Practices.EnterpriseLibrary.Data.Sql;
using Microsoft.Practices.EnterpriseLibrary.Common;
and Ive referenced
Microsoft.Practices.EnterpriseLibrary.Common
Microsoft.Practices.EnterpriseLibrary.Data
but DBCommandWrapper isnt available
Contributor
4790 Points
1211 Posts
Aug 03, 2010 11:37 AM|ketan_al|LINK
Hi,
Please refer following
http://forums.asp.net/t/966617.aspx
hope this helps
Aug 04, 2010 03:36 AM|misuk11|LINK
youve actually referred me to one of my own posts from years back, that was the last time id used the code blocks, so id completely forgot how to use them. How quick we forget !
Member
48 Points
1393 Posts
DBCommandWrapper
Aug 03, 2010 10:32 AM|misuk11|LINK
Can anyone tell me what I need to reference in order to use DBCommandWrapper ?
I Have this in my class
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">using Microsoft.Practices.EnterpriseLibrary.Data;</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">using Microsoft.Practices.EnterpriseLibrary.Data.Sql;</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">using Microsoft.Practices.EnterpriseLibrary.Common; </div>using Microsoft.Practices.EnterpriseLibrary.Data;
using Microsoft.Practices.EnterpriseLibrary.Data.Sql;
using Microsoft.Practices.EnterpriseLibrary.Common;
and Ive referenced
Microsoft.Practices.EnterpriseLibrary.Common
Microsoft.Practices.EnterpriseLibrary.Data
but DBCommandWrapper isnt available
Contributor
4790 Points
1211 Posts
Re: DBCommandWrapper
Aug 03, 2010 11:37 AM|ketan_al|LINK
Hi,
Please refer following
http://forums.asp.net/t/966617.aspx
hope this helps
http://www.ketscode.com
MCP, MCTS,MCPD (Microsoft Azure Developer)
Please mark as answer if it helps
Member
48 Points
1393 Posts
Re: DBCommandWrapper
Aug 04, 2010 03:36 AM|misuk11|LINK
youve actually referred me to one of my own posts from years back, that was the last time id used the code blocks, so id completely forgot how to use them. How quick we forget !