ASA does not require to drop constraint before dropping tables, and DROP statement syntax used by Hibernate to drop constraint is not compatible with ASA, so disable it. Comments matchs SybaseAnywhereDialect from Hibernate-3.1 src

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

Syntax

C#
public override bool DropConstraints { get; }
Visual Basic
Public Overrides ReadOnly Property DropConstraints As Boolean
	Get
Visual C++
public:
virtual property bool DropConstraints {
	bool get () override;
}

See Also