View Single Post
  #1 (permalink)  
Old January 7th, 2004, 05:23 AM
kamarkh kamarkh is offline
Registered User
 
Join Date: Oct 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kamarkh
Default 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?