G
Guest
I guess the following only works for Web Projects...
Imports System.Data.SqlClient
Imports System.Configuration
Dim sCodaCon As String =
System.Configuration.ConfigurationManager.AppSettings("MyCnn")
What is the equivalent for retrieving the ConnectionString from the
App.Config file?
(Visual Studio 2005)
Imports System.Data.SqlClient
Imports System.Configuration
Dim sCodaCon As String =
System.Configuration.ConfigurationManager.AppSettings("MyCnn")
What is the equivalent for retrieving the ConnectionString from the
App.Config file?
(Visual Studio 2005)