From: EJ <edj...@gm...> - 2014-01-09 12:16:32
|
i'm trying to run with firebird 1.5 client and am getting the following error when i try to add a new entity framework model --------------------------- Microsoft Visual Studio --------------------------- An error occurred while connecting to the database. The database might be unavailable. An exception of type 'System.Data.EntityCommandExecutionException' occurred. The error message is: 'An error occurred while executing the command definition. See the inner exception for details. The inner exception caught was of type 'FirebirdSql.Data.FirebirdClient.FbException', with this error message: 'Dynamic SQL Error SQL error code = -104 Token unknown - line 6, column 8 SELECT'. The inner exception caught was of type 'FirebirdSql.Data.Common.IscException', with this error message: 'Dynamic SQL Error SQL error code = -104 Token unknown - line 6, column 8 SELECT'.'. --------------------------- OK --------------------------- is there a particular version of firebird that this ddex is and is not compatible with? |