メインコンテンツへスキップ

Flexy205 and SQL

コメント

4件のコメント

  • Kevin Annis

    Hello,

    If you were to host the SQL database else where you would most likely need to make request client side. For showing on the eWon web page. If you were to do this I would recommend offloading the entire site and just accessing the ewon though the API.

    To get data off of the eWon you have a few options. The API as stated above, eSync , and the datamailbox .

    You have quite a bit of power at your disposal however you must ensure you are following through with normal web development conventions. As such, natively you will be unable to send data directly to a database as we will have no backend to directly interface with said database. It may be possible to develop a JAVA program to interface with a tertiary database, though that will require quite a bit of testing and is currently unsupported.

    You can utilize Data Mailbox for database configurations.

    https://developer.ewon.biz/content/datamailbox

    0
  • Chanlucas

    Hi Kevin,

    The communication over SQL in Data-mailbox is only available using MySQL, but how about the Windows SQL Server, .csv files or ODBC colector?

    0
  • Kevin Annis

    Hello,

    I am unable to verify if this will work with Windows SQL or ODBC colector. I have tried transferring the tag data directly to .csv files, and it did not properly format the tags within the spreadsheet. As of now, the only confirmed methods are highlighted in my most recent post.

    0
  • Kevin Annis

    Hello,

    There has not been any significant development towards the SQL functionality of the Flexy.

    0

サインインしてコメントを残してください。