<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://pranke.com/hilfe/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://pranke.com/hilfe/feed.php">
        <title>eBiss 3 en:howtos:dbadapter</title>
        <description></description>
        <link>https://pranke.com/hilfe/</link>
        <image rdf:resource="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-17T12:30:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:create_structure&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:dbconnection&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:execscalar&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:extendedvariablehandling&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:sourceobject&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:start&amp;rev=1708413315&amp;do=diff"/>
                <rdf:li rdf:resource="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:wherecondition&amp;rev=1708413315&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico">
        <title>eBiss 3</title>
        <link>https://pranke.com/hilfe/</link>
        <url>https://pranke.com/hilfe/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:create_structure&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>A simple class structure</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:create_structure&amp;rev=1708413315&amp;do=diff</link>
        <description>A simple class structure

The following is an example of a Simple Class Structure for reading row from table:

 
  CREATE TABLE[dbo].[DbAdapterTest]
  (
     [Id][int] NOT NULL,
     [LastName] [varchar] (50) NOT NULL,
     [FirstName] [varchar] (50) NOT NULL
  )</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:dbconnection&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Database Connection String</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:dbconnection&amp;rev=1708413315&amp;do=diff</link>
        <description>Database Connection String

Once the class definition is completed, the following steps can be used to test the functionality of the newly created database connection in the eBiss system:

	*  Import eBiss-Variables out of the local Dump into the eBiss</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:execscalar&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DB Adapter - mapping functions (ExecScalar)</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:execscalar&amp;rev=1708413315&amp;do=diff</link>
        <description>DB Adapter - mapping functions (ExecScalar)

For creating a mapping function that executes a DB operation inherit from eBiss.DbAdapter.Functions and use one of the following methods:

	*  object ExecScalar(table, column, where-condition),
	*  object ExecuteSqlScalar(sql statement) or</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:extendedvariablehandling&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DB Adapter - variables</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:extendedvariablehandling&amp;rev=1708413315&amp;do=diff</link>
        <description>DB Adapter - variables

Predefined variables

	*  LastExecutionStartDate: Last start time from current job,
	*  LastExecutionStartDateSerial: From LastExecutionStartDate the date formatted as Interger: yyyyMMdd,
	*  LastExecutionStartTimeSerial: Formatted by LastExecutionStartDate the time as Interger: HHmm,</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:sourceobject&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Preparation of source objects</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:sourceobject&amp;rev=1708413315&amp;do=diff</link>
        <description>Preparation of source objects

	*  Create a new project ( class library ) and add eBiss.DbAdapter.dll to References.
	*  Create a new object that inherits from IMapObjectRoot .
	*  Now add the required attributes as appropriate for your database shown below.</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:start&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HowTo - database integration (DB adapter)</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:start&amp;rev=1708413315&amp;do=diff</link>
        <description>HowTo - database integration (DB adapter)

The database adapter allows the direct integration of eBiss with a database.

Access

As a start, data from a simple and flat table 'DbAdapterTest' is to be read here.

You define the necessary structure for reading the table 'DbAdapterTest' in dbadapter index</description>
    </item>
    <item rdf:about="https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:wherecondition&amp;rev=1708413315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-20T08:15:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DB Adapter - Where Conditions</title>
        <link>https://pranke.com/hilfe/doku.php?id=en:howtos:dbadapter:wherecondition&amp;rev=1708413315&amp;do=diff</link>
        <description>DB Adapter - Where Conditions

A simple condition with a variable looks like this:


        [Where(&quot;&lt; $State&quot;)]
        public int State;


You can either define the variable in the default system partner using the prefix 'eBiss.DbAdapter.'; in this case:</description>
    </item>
</rdf:RDF>
