Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30451: 'svSQL' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 552:        dbconn = New OleDbConnection("Provider=SQLNCLI10;Server=208.91.198.196;Database=sgxEquity;Uid=sgxEquityUser;Pwd=1murugan1;")
Line 553:        dbconn.Open()
Line 554:        svSQL = "SELECT * FROM AuthorisedUsers WHERE UserID='" & userID.Text & "' "
Line 555:        objAdapter = New OleDbDataAdapter(svSQL, dbconn)
Line 556:        objAdapter.Fill(objDataSet, "AuthorisedUsers")

Source File: D:\inetpub\vhosts\idealadvisories.com\httpdocs\nseFutures.idealadvisories.com\contactus.aspx    Line: 554







Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0