<?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 Re: Execute file.sql script on firebird data base in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219833#M14473</link>
    <description>Or you can use the component tSQLScriptParser from Talend Exchange which is designed to do exactly this work!</description>
    <pubDate>Fri, 28 Dec 2012 13:25:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-28T13:25:32Z</dc:date>
    <item>
      <title>Execute file.sql script on firebird data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219830#M14470</link>
      <description>Hello.
&lt;BR /&gt;I have sql file with several updates to do on my firebird database.
&lt;BR /&gt;Update xpto set a=a;
&lt;BR /&gt;Update xpto set b=b;
&lt;BR /&gt;etc...
&lt;BR /&gt;How can I execute this, since tfirebirdrow, does not support this feature?</description>
      <pubDate>Thu, 27 Dec 2012 15:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219830#M14470</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-12-27T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Execute file.sql script on firebird data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219831#M14471</link>
      <description>You can do it like this : &lt;BR /&gt;"begin&lt;BR /&gt;execute immediate 'create statement 1';&lt;BR /&gt;execute immediate 'create statement 2';&lt;BR /&gt;commit;&lt;BR /&gt;end;"</description>
      <pubDate>Fri, 28 Dec 2012 01:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219831#M14471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T01:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Execute file.sql script on firebird data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219832#M14472</link>
      <description>Hi
&lt;BR /&gt;You can read line one by one, and then iterate each sql statement on tFirebirdRow. For example:
&lt;BR /&gt;tFirebirdConnection
&lt;BR /&gt; |
&lt;BR /&gt; onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tFileInputLine--main(row1)--tFlowToIterate--iterate--tfirebirdrow
&lt;BR /&gt; |
&lt;BR /&gt;tFirebirdClose
&lt;BR /&gt;on tFirebireRow, check the option 'use an existing db connection, set the query as:
&lt;BR /&gt;row1.line
&lt;BR /&gt;shong</description>
      <pubDate>Fri, 28 Dec 2012 02:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219832#M14472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T02:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute file.sql script on firebird data base</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219833#M14473</link>
      <description>Or you can use the component tSQLScriptParser from Talend Exchange which is designed to do exactly this work!</description>
      <pubDate>Fri, 28 Dec 2012 13:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-file-sql-script-on-firebird-data-base/m-p/2219833#M14473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T13:25:32Z</dc:date>
    </item>
  </channel>
</rss>

