An SQL dialect compatible with Microsoft SQL Server 7.

Namespace:  NHibernate.Dialect
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class MsSql7Dialect _
	Inherits MsSql2000Dialect
C#
public class MsSql7Dialect : MsSql2000Dialect
Visual C++
public ref class MsSql7Dialect : public MsSql2000Dialect
JavaScript
NHibernate.Dialect.MsSql7Dialect = function();

Type.createClass(
	'NHibernate.Dialect.MsSql7Dialect',
	NHibernate.Dialect.MsSql2000Dialect);

Remarks

There have been no test run with this because the NHibernate team does not have a machine with Sql 7 installed on it. But there have been users using Ms Sql 7 with NHibernate. As issues with Ms Sql 7 and NHibernate become known this Dialect will be updated.

Inheritance Hierarchy

System..::.Object
  NHibernate.Dialect..::.Dialect
    NHibernate.Dialect..::.MsSql2000Dialect
      NHibernate.Dialect..::.MsSql7Dialect

See Also