SDB/NotesMSSQL

From Jena wiki

Jump to: navigation, search

Simple layout only: Database must have binary collation

The collation sequence for the database must be one that is binary (BIN in the name). It does not matter which one is used. Without BIN, string matching is case insensitive but RDF requires case sensitive literals and IRIs. The normal layout is not affected by this because it does not use string comparisons.