Beiträge von WMOE

    Hallo, zunächst das System:
    INTEL-Architektur, OPEN SUSE LEAP 15.0 (64Bit) auf tagesaktuellem Patchstand mit Apache2, MariaDB PHP7
    Nun das Problem:
    Ich muß schreibend und lesend auf eine MS-SQL-Datenbank zugreifen.
    Das hat bis OpenSuse 42.3 (64Bit) mit Apache2, MariaDB PHP5 problemlos funktioniert.
    Das neu aufgesetzte System sollte natürlich "moderner" werden; jetzt habe ich den >Salat< ;(
    pecl install sqlsrv
    pecl install pdo_sqlsrv
    wurden bereits erfolgreich durchgeführt und sind auch aktiviert.
    Eine Abfrage führt zu folgender Fehlermeldung:
    teste L-Datenbank
    Fehler :
    Array
    (
    [0] => Array([0] => IMSSP[SQLSTATE] => IMSSP[1] => -49 [code] => -49
    [2] => This extension requires the Microsoft ODBC Driver
    for SQL Server. Access the following URL to download the ODBC Driver for
    SQL Server for x64: ?LinkId=163712
    [message] => This extension requires the Microsoft ODBC
    Driver for SQL Server. Access the following URL to download the ODBC
    Driver for SQL Server for x64:
    ?LinkId=163712
    )
    )
    Mehrstündige Googel- und Forensuchaktionen sind zu keinem brauchbaren Ergebnis gekommen.
    Wer kann helfen?
    Wolfgang