1
Answer

Using database Connection in .NET

Ask a question
ganesh_hebbar

ganesh_hebbar

18y
2.2k
1
What is the efficient way of accessing the database in .NET applications? Is it efficient to open the connection in a module and use it globally (in VB.NET) or use the connection string in the function open the connection get the job done and close it. use the same through out the app?

Answers (1)