A
ad
I want to develop DataBase application.
How about Data Access Application Block?
Is it useful?
How about Data Access Application Block?
Is it useful?
ad said:I want to develop DataBase application.
How about Data Access Application Block?
Is it useful?
ad said:I have tried it, it is some great!
I have a question:
When we use ADO.NET, we must open a connection before use
Command.ExecuteReader() to get a DataReader, and then close the conneciton
after go throught the DataReader.
When we use Data Access Application Block, we can use
SqlHelper.ExecuteReader to get a DataReader.
Do we need to close a connection after that?