<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SQL Query vs Data Table Component in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/69806#M42762</link>
    <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I was wondering what is&amp;nbsp;the best way to access a database.&amp;nbsp; We have a MySQL database on a web server and are running a local app accessing the data over the internet.&amp;nbsp; I was wondering what is the advantages and disadvantages of using SQL Queries vs Data Table Component.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;In Delphi, you have components that allow you to access a database. You can use a query component and a table component.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The query component allows you to run SQL code to fetch data from the database. I imagine this data is then kept in local memory.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The table component opens up an active connection to a table in the database. In this case, I think you are working directly with the data on the server.&lt;/P&gt;</description>
    <pubDate>Sun, 24 Nov 2019 11:04:25 GMT</pubDate>
    <dc:creator>SimonBritto</dc:creator>
    <dc:date>2019-11-24T11:04:25Z</dc:date>
    <item>
      <title>SQL Query vs Data Table Component</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/69806#M42762</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I was wondering what is&amp;nbsp;the best way to access a database.&amp;nbsp; We have a MySQL database on a web server and are running a local app accessing the data over the internet.&amp;nbsp; I was wondering what is the advantages and disadvantages of using SQL Queries vs Data Table Component.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;In Delphi, you have components that allow you to access a database. You can use a query component and a table component.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The query component allows you to run SQL code to fetch data from the database. I imagine this data is then kept in local memory.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;The table component opens up an active connection to a table in the database. In this case, I think you are working directly with the data on the server.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2019 11:04:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/69806#M42762</guid>
      <dc:creator>SimonBritto</dc:creator>
      <dc:date>2019-11-24T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query vs Data Table Component</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/79429#M49974</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I got an answer from Delphi programmers. About my assignment on TTable vs TQuery. And ORM frameworks may help you make this almost automatic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://theessayservice.org/buy-term-paper/" target="_blank"&gt;https://theessayservice.org/buy-term-paper/&lt;/A&gt; view my assignment&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 07:51:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/79429#M49974</guid>
      <dc:creator>papaleo</dc:creator>
      <dc:date>2021-10-25T07:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query vs Data Table Component</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/79447#M49989</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&lt;A href="https://www.myloweslife.ltd/" target="_self"&gt;&lt;SPAN&gt;myloweslife&lt;/SPAN&gt;&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P class=""&gt;I was wondering what is&amp;nbsp;the best way to access a database.&amp;nbsp; We have a MySQL database on a web server and are running a local app accessing the data over the internet.&amp;nbsp; I was wondering what is the advantages and disadvantages of using SQL Queries vs Data Table Component.&lt;/P&gt;&lt;P class=""&gt;In Delphi, you have components that allow you to access a database. You can use a query component and a table component.&lt;/P&gt;&lt;P class=""&gt;The query component allows you to run SQL code to fetch data from the database. I imagine this data is then kept in local memory.&lt;/P&gt;&lt;P class=""&gt;The table component opens up an active connection to a table in the database. In this case, I think you are working directly with the data on the server.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;It's a spectrum, it's not just split into basic and advanced.&lt;/P&gt;&lt;P class=""&gt;Generally I would say with any topic you get into advanced when questions stop being Boolean and are about weighing up the options. Things like performance tuning, indexing, maintainance ect&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Oct 2021 06:38:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SQL-Query-vs-Data-Table-Component/m-p/79447#M49989</guid>
      <dc:creator>Carroll888</dc:creator>
      <dc:date>2021-10-26T06:38:40Z</dc:date>
    </item>
  </channel>
</rss>

