Zum Hauptinhalt gehen

Data type limitations of different FirstSpirit supported SQL database systems

Kommentare

4 Kommentare

  • Zendesk API User
    Author: isenberg - 10/14/2014 11:52

    now published

    0
  • Zendesk API User
    Author: nhelgeson - 9/11/2015 18:49

    What did the binary type get replaced with?   We are trying to import .jpg from a Microssoft SQL database and cannot figure out how to map them. 

    0
  • Zendesk API User
    Author: isenberg - 11/20/2015 16:35

    The Binary type is deprecated since FirstSpirit 5.0 and no more available. Since then in many projects, Media Asset Management Systems are used via FirstSpirit App Center, where only references and previews of media objects are stored in FirstSpirit and the media objects are delivered either directly out of the MAM on the Live Website or are exported from the MAM as static files during the site generation scheduled task and then deployed to the Live-Website.

    0
  • Zendesk API User
    Author: brandelc - 3/30/2022 17:57

    The information given in the article about string datatypes with Microsoft SQL seems to be outdated.

    We did a test on FirstSpirit 2021-10 with Microsoft SQL 2019 with JDBC drivers version 9.40 and 10.2, JDK 11.

    FS type: String(2000) -> NVARCHAR(2000)

    FS type: String(6000) -> NVARCHAR(MAX)

    FS type: FIRSTSPIRIT-EDITOR -> NVARCHAR(MAX)

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.