Skip to main content
1-Visitor
February 2, 2016
Question

Problem while executing query.

  • February 2, 2016
  • 1 reply
  • 3938 views

Error.PNG

1 reply

22-Sapphire I
February 2, 2016

Error Message seems to be pretty straightforward. Did you verify that you are indeed properly configured to connect to the database? Configuration section of your DataBase thing.

pkumari1-VisitorAuthor
1-Visitor
February 3, 2016

I have checked my database connection and it is showing status as connected. screenshot1.PNGconnection string screen shot.PNG

I am connecting to my local database and this is the connection url string by using this connection url string in properties it i showing status as connected.

Please help me.

22-Sapphire I
February 3, 2016

Unfortunately the isConnected is not a good indicator. (Bug sorry)

I don't see a port defined in your connection string, so I think that may need to be fixed.

To check if you are actually connected, when you are setting up an SQL Query or Command, go to Tables/Columns tab and see if actual content shows up. If there is, you are connected.

Also look at the application log to check for errors.