Does SQL 2005 Everywhere supports or works well with Nhibernate Does anyone tried using Nhibernate to work with SQL 2005 Everywhere I wonder if the Nhibernate syntax such as CRUD consistent with the syntax used by SQL 2005 Everywhere.
SQL Server Everywhere uses syntax which is subset of the syntax used by SQL Server. Having said that, we have not tested it for Nhibernate hence can not comment on if it works well with Nhibernate. Though I have seen people using Nhibernate for SQL Server against Northwind database, so one can test it for SQL Server Everywhere as well by changing the configuration file accrodingly and it should just work. But we are not committed to support Nhibernate for SQL Server Everywhere.
SQL 2005 Everywhere and Nhibernate
globemast
SQL Server Everywhere uses syntax which is subset of the syntax used by SQL Server. Having said that, we have not tested it for Nhibernate hence can not comment on if it works well with Nhibernate. Though I have seen people using Nhibernate for SQL Server against Northwind database, so one can test it for SQL Server Everywhere as well by changing the configuration file accrodingly and it should just work. But we are not committed to support Nhibernate for SQL Server Everywhere.
Thanks