Sorry sergey. I will give all I can to explain the situation.
1) The application runs correctly when a SQL Server database is used.
2) I decided to convert database to Firebird to use the embedded server functionnality.
The exception is thrown when I execute the following code :
Code:
public IList getList(string hqlQueryString)
{
try
{
session = factory.OpenSession();
return session.CreateQuery(hqlQueryString).List();
}
catch
{
throw;
}
}
where hqlQueryString is "SELECT societe FROM Societe AS societe ORDER BY societe.Nom"
The exception text is :[code]
NHibernate :select societe0_.IdSociete as IdSociete, societe0_.SiteWeb as SiteWeb, societe0_.Ville as Ville, societe0_.CedexBureau as CedexBur8_, societe0_.Cedex as Cedex, societe0_.CodePostal as CodePostal, societe0_.BP as BP, societe0_.IdCategorie as IdCateg14_, societe0_.Notes as Notes, societe0_.Nom as Nom, societe0_.Telephone as Telephone, societe0_.Mail as Mail, societe0_.Adresse as Adresse, societe0_.Pays as Pays, societe0_.Fax as Fax from dbo.Societe societe0_ order by societe0_.Nom
Une exception non g