Error code - 5614, when try to open a database

 

Dear 

I try to open a database using OpenDatabase but it give me error message - 5614


#include <stderror.mqh>

int OnInit()
  {

     int indal = DatabaseOpen("dataone.db", DATABASE_OPEN_READWRITE);
     
     Alert(indal,"   ",GetLastError(), "   ",ErrorDescription(GetLastError()));
     
     return(INIT_SUCCEEDED);
  }


Alert give me this message - Alert: -1   5614   Unknown error


Is anyone help me