L
Loi Tan Vo
Hi All
I have tested this property. But it doesn't work
This property reads from configuration file app.config
Public Class DbAccess
Shared ReadOnly Property ConnString() As String
Get
Dim strConnection As String
strConnection =
System.Configuration.ConfigurationSettings.AppSettings.GetValues("SQLConnString")
Return strConnection
End Get
End Property
End Class
Some boby can figure out what wrong it is?
Thanks in advance
- Loi -
I have tested this property. But it doesn't work
This property reads from configuration file app.config
Public Class DbAccess
Shared ReadOnly Property ConnString() As String
Get
Dim strConnection As String
strConnection =
System.Configuration.ConfigurationSettings.AppSettings.GetValues("SQLConnString")
Return strConnection
End Get
End Property
End Class
Some boby can figure out what wrong it is?
Thanks in advance
- Loi -