Firebird ADO.NET Provider SDK Documentation - v1.7

FbDatabaseInfo.OdsVersion Property

Gets the ODS major version number.

[Visual Basic]
Public ReadOnly Property OdsVersion As Integer
[C#]
public int OdsVersion {get;}

Remarks

• Databases with different major version numbers have different physical layouts; a database engine can only access databases with a particular ODS major version number.

• Trying to attach to a database with a different ODS number results in an error.

See Also

FbDatabaseInfo Class | FirebirdSql.Data.Firebird Namespace