<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://doc.sibvisions.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://doc.sibvisions.com/feed.php">
        <title>Documentation jvx:client:model:data</title>
        <description></description>
        <link>https://doc.sibvisions.com/</link>
        <image rdf:resource="https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico" />
       <dc:date>2026-05-12T21:20:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvx/client/model/data/database?rev=1591629518&amp;do=diff"/>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvx/client/model/data/filter?rev=1731925955&amp;do=diff"/>
                <rdf:li rdf:resource="https://doc.sibvisions.com/jvx/client/model/data/memory?rev=1591629643&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico">
        <title>Documentation</title>
        <link>https://doc.sibvisions.com/</link>
        <url>https://doc.sibvisions.com/lib/tpl/material/images/favicon.ico</url>
    </image>
    <item rdf:about="https://doc.sibvisions.com/jvx/client/model/data/database?rev=1591629518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-08T15:18:38+00:00</dc:date>
        <title>Displaying Data From a Database</title>
        <link>https://doc.sibvisions.com/jvx/client/model/data/database?rev=1591629518&amp;do=diff</link>
        <description>Viewing and editing database tables are basic requirements for database applications. With JVX, is this a piece of cake and takes minimal effort.

The following steps need to be taken to display and edit a database table:

	*  Define a server object for access to a table</description>
    </item>
    <item rdf:about="https://doc.sibvisions.com/jvx/client/model/data/filter?rev=1731925955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-18T10:32:35+00:00</dc:date>
        <title>Data Filtering</title>
        <link>https://doc.sibvisions.com/jvx/client/model/data/filter?rev=1731925955&amp;do=diff</link>
        <description>Displaying data from a database table is a basic requirement for database applications. Restricting the data volume is another requirement. This can be done on the client side as well as at the database. 

At the client, data is filtered in the main memory.However, this requires that all data is transferred from the server/database to the client. This limits communication and should not be an issue for small data volume, but it should be noted that data has to be updated manually!</description>
    </item>
    <item rdf:about="https://doc.sibvisions.com/jvx/client/model/data/memory?rev=1591629643&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-08T15:20:43+00:00</dc:date>
        <title>Displaying Tables Without Database</title>
        <link>https://doc.sibvisions.com/jvx/client/model/data/memory?rev=1591629643&amp;do=diff</link>
        <description>IDataBook is required as data container(Model) for the use of tables. In most cases, RemoteDataBook is used to provide data from a database table. However, a table does not always exist in the database for which the data is displayed.

In this case, MemDataBook can be used, which is an IDataBook implementation that works with data in the main memory. No server connection is necessary, and there is no communication between client and server.</description>
    </item>
</rdf:RDF>
