E-Commerce "ConnectionString" Declaration?
Like in this line from chapter 4:
Dim connection As New SqlConnection(ConnectionString)
I get a declaration fault in all lines containing (connectionString)
It is like it is not declared. Where do I do this?
Can anyone help?
|