I am trying to connect to a sql server 2000.
I keep getting errors.. HELP Please!!!
Partial Class projectdevelopm entmain
Inherits System.Web.UI.P age
DIM SQLClient.SqlCo nnection as conn
Dim conSQL As New SQLClient.SqlCo nnection()
conSQL.Connecti onString= "Integrated Security=True;" &_
"Data Source =LocalHost;Init ial Catalog=PDDB;"
conSQL.Open()
End Class
I get end of statement expected and I dont know what that means.
Declaration expected?/
HELP Please.
TIA!!!!
I keep getting errors.. HELP Please!!!
Partial Class projectdevelopm entmain
Inherits System.Web.UI.P age
DIM SQLClient.SqlCo nnection as conn
Dim conSQL As New SQLClient.SqlCo nnection()
conSQL.Connecti onString= "Integrated Security=True;" &_
"Data Source =LocalHost;Init ial Catalog=PDDB;"
conSQL.Open()
End Class
I get end of statement expected and I dont know what that means.
Declaration expected?/
HELP Please.
TIA!!!!
Comment