Database Error

Masego

New Member
Internal: could not execute code stage because exception thrown by code stage: ExecuteQuery requires an open and available connection. The connection's current state is closed.

please assist in finding the solution.
 

Pete_L

Active Member
Check in Control Room to ensure the runtime resource is in Connected state (and logged in) before running.
 

sahil_raina_91

Active Member
If the error appears from usage of Oledb object.
Make sure you have provided a valid connection string > then opened the connection > then ran Execute query > Closed the connection.
 
Top