is it ok to put it on top of code page and share the sql connection for all subs?
Shared SQLCS As SqlConnection = New SqlConnection(ConfigurationManager.ConnectionStrings("ABCConnectionString").ConnectionString)
it seems not good to type it again and again in a same code page.
Any use if different sql connection names are defined for different Subs? Just for clarification?
Thanks a lot for your advice.