B
Barry
Hi
I recently saw some code written by another programmer in C# , it had code
blocks
using(<some statement to connect to a database>)
{
using( <some statement for create dataadapter >)
{
using ( <some more database statement>)
{
}
}
}
how useful or good is this method, and the code did not have any try ..
catch blocks
TIA
Barry
I recently saw some code written by another programmer in C# , it had code
blocks
using(<some statement to connect to a database>)
{
using( <some statement for create dataadapter >)
{
using ( <some more database statement>)
{
}
}
}
how useful or good is this method, and the code did not have any try ..
catch blocks
TIA
Barry