Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
I would like to create my own library like sqlhelper which is given by microsoft for data access layer
Can you help me ??
Posted
Comments
[no name] 31-Aug-14 10:52am    
You did not tell us what, exactly, you need help with.
OriginalGriff 31-Aug-14 10:53am    
What have you tried?
Where are you stuck?

You can make your own dll library like below page.


How to: Create and Use Assemblies Using the Command Line (C# and Visual Basic)
http://msdn.microsoft.com/en-us/library/3707x96z(v=vs.120).aspx[^]


This artcle is for data access with ADO.NET.
Using ADO.NET for beginners[^]
 
Share this answer
 
Comments
vivek_2984 31-Aug-14 13:47pm    
HI
Thanks for reply , but I m trying to create my own dll which contain all method like
execute scalar, execute nonquery .. etc like we do use for sqlhelper .
I need to create for my company
pls help
Nelek 31-Aug-14 14:42pm    
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems
vivek_2984 2-Sep-14 11:00am    
Nelek : please do not reply if u r not able answer the question , instead of writing something foolish on board just leave ...
It was simple question and I am able to solve the too.
So next if do not know it just leave it , either writing these foolish thing
Thanks
[no name] 2-Sep-14 18:50pm    
No need to be rude to people. You did not ask any kind of a question or describe any kind of actual problem.
vivek_2984 2-Sep-14 21:35pm    
let close this discussion , I able to achieve my objective.
It was answered in the same as it was given to me , we never ask question which we actually never try ..
refer to this : I m able to solve my problem ..
http://www.totaldotnet.com/Article/ShowArticle136_CustomSqlHelper.aspx[^]
 
Share this answer
 
Comments
[no name] 2-Sep-14 18:49pm    
Yeah... I guess since you are the only one that knows what the problem was.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900