Beiträge von worf2

    Moin,

    Grid müsste per npm installiert werden was aktuell innerhalb des Webhostings nicht verfügbar ist. Eventuell gibt es hierzu win workaround doch im Allgemeinen wird das wohl eher schlecht aussehen.

    Das wäre schade, aber der dazu befragte Hersteller antwortete mir dazu folgendes


    Thank you for contacting Syncfusion support.


    We want to inform you that we can host the Vue web application in any hosting environment which supports simple HTML, JS and CSS since while building the Vue web application, we get simple HTML, JS and CSS file as output. We need node and NPM for development environment only and not required in the server.


    We suggest you to check out these documentation for more details about the deployment process of Vue web application.


    Von daher sollte das klappen - bleibt die Ursprungsfrage nach dem OData Zugriff auf die MySQL Datenbank

    Hallo,

    ich plane über das Webhosting 2000 SE Plus eine Webseite mit einem GRID von Syncfusion zu betreiben, das die Daten von einer aus dem Webhosting 2000 SE Plus stammenden MySQL Datenbank bezieht. Das Grid-PlugIn erfordert OData (Version 4) als Connection.

    Funktioniert das / ist sowas vorhanden oder kann das freigeschaltet werden? Auf die SQL Datenbank kann ich von zuhause über MySQL WorkBench und über das Excel-AddIn vonMySQL zugreifen.


    Der sample Code des tools für die eigenen Demos

    lautet


    export default { data() { let SERVICE_URI = "https://services.odata.org/V4/Northwind/Northwind.svc/Orders/?$top=7"; return { data: new DataManager({ url: SERVICE_URI, adaptor: new ODataV4Adaptor(), crossDomain: true }) }; } }


    Ginge sowas für über die eigene Private IP Adresse des MySQL Servers 10.35.47.xxx als Referenz?


    Vielen Dank vorab für Infos zu dem Thema.