Our application uses a custom Da开发者_如何学PythontaAccessLayer class almost exclusively, and within that we do use Data Access Application Block (currently version 2).We are getting the infamous \"G
We are using \"Enterprise Library Data Access Application Block\" to access SQL Server database. In DataAccess layer, we are calling application block\'s API. Internally it must be resolving the comma
I can\'t seem to find any documentation regarding thread safety... In particular - is开发者_Go百科 the Database class (and subclasses) thread safe
My site is using enterprise library v 5.0. Mainly the DAAB. Some functions such as executescalar, executedataset are working as expected. The problems appear when I start to use Readers
I am running into some problems while tr开发者_运维百科ying to get DAAB from Enterprise library 5.0 running. I have followed the steps as per the tutorial, but am getting errors...
Currently, there is only UpdateDataSet function that takes a dataset param.If there is only a datatable to u开发者_如何转开发pdate, with no dataset associated, do I need to create a dataset just to pa
I have just started using the Data Access Application Block from microsoft. There are开发者_开发百科 very few instructions on the correct way to use the library. Just wanted to know if this is the cor
I am going to use the DAAB to prevent a lot of manual labor in my d开发者_StackOverflow社区atabase intensive application. But before I get started I would like to know if there would be any noticeable
Is it possible开发者_高级运维 to get ref cursor from oracle stored procedure by using DAAB from Microsoft Enterprise Library 4.1?Yes, surely you can.
I am using开发者_Python百科 the Patterns and Practices Data Access Application Blockand I want to be able to perform a SELECT using multiple criteria like you can do in SQL using the IN keyword. Such