The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: DALC4NET (An All in One .NET Data Access Layer)
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

serdar sengulPosted Jul 1, 2022, 10:20 AM
Https://drive.google.com/file/d/16f2mW1_XhdovoncAduZz6PRgouwPl0pj/view?usp=sharing hello please see the picture... I'm using tvp, (table value parameter ) what should I do for this? please give example code ? thank you
Dheeraj KumarPosted Apr 24, 2018, 3:36 AM
Hi , If i want to change from MS SQL to MySQL can i do that ?, if yes then how ? as MS SQL need "@" as prefix for parameter and MySQL does not ...
PARVEZ alamPosted Aug 4, 2017, 9:37 AM
How can I pass datatable using this dll
Zeeshan AzimPosted Feb 17, 2016, 8:15 AM
Implementation of parent child relationship records handling is not provided in this project.
Zeeshan AzimPosted Dec 29, 2015, 6:05 AM
Boht aalaaa Ashish. Nice implementation !
rahul zilpePosted Jul 22, 2015, 7:06 AM
Hello Ashish, can you please provide detailed steps to connect Oracle DB and retrieve the data. How about using Oracle.DataAccess.
Hugo AristizabalPosted Apr 4, 2012, 11:25 AM
Hi Ashish. Great article. I downloaded your component, and I must say it works quite well. I've used it in a couple of .NET and Sql Server projects, and haven't had a problem with it. Nevertheless, I'm trying to use it now on an Oracle database, but I've had some issues when executing a SP that returns one or more cursors (ref cursors in Oracle, actually). You see, when you use an OracleDataAdapter, you get to use an OracleDbType called Cursor, which is the type your out parameters should be, but in DbType you don't have an equivalent, so I haven't been able to succesfully execute any of those SPs I always get an ORA-06550 error, "wrong number or types of arguments in call to 'MY_SP'". How should I do this? Is you DAL actually capable of doing such thing? Thanks a lot.
sant deshPosted May 12, 2011, 3:36 PM
very good one but we need to have key values for different provider .That means every time you upgrade oracle database the key value changes
Ujjwal KharePosted Feb 19, 2011, 6:35 AM
Good one buddy.
Abhishek BhatPosted Feb 8, 2011, 10:19 PM
Are there any different features as compared to Microsoft Database Application Block??
Mahesh ChandPosted Feb 7, 2011, 7:39 AM
Thanks for sharing Ashish. It is useful.