<?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: Use HSQL Databases in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397194#M8585</link>
    <description>Replace "file:C:\Documents\User\blah" by "file:C:\\Documents\\User\\blah" or "file:C:/Documents/User/blah"&lt;BR /&gt;Michaël.</description>
    <pubDate>Wed, 08 Aug 2007 22:45:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-08-08T22:45:56Z</dc:date>
    <item>
      <title>Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397188#M8579</link>
      <description>Hi,
&lt;BR /&gt;Has anyone been able to get talend to work with HSQL Databases?
&lt;BR /&gt;If so, which module did you use?
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 14:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397188#M8579</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397189#M8580</link>
      <description>I'm using Talend 2.1 and I'd like to use HSQL too. What does tHSQLDBInput expect to connect to--a standalone HSQL server? And how do I define a repository database connection to my HSQL database? I don't see it in the DB Type dropdown list.
&lt;BR /&gt;Thanks much,
&lt;BR /&gt;Jason</description>
      <pubDate>Thu, 02 Aug 2007 21:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397189#M8580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-02T21:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397190#M8581</link>
      <description>Hello Jason, &lt;BR /&gt;HSQL Wizard is not yet available.&lt;BR /&gt;It will be done soon.&lt;BR /&gt;I think you have to specify HSQL Server to connect to a standalone server.&lt;BR /&gt;Regards,&lt;BR /&gt;Michaël.</description>
      <pubDate>Thu, 02 Aug 2007 22:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397190#M8581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-02T22:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397191#M8582</link>
      <description>Ok, I have "HSQLDB Server" as the running mode for my tHSQLDBInput. How do I specify the JDBC string to connect to it? Is that what the Database Alias field is for? I'm running HSQL in standalone server mode, but it's (naturally) not able to connect.</description>
      <pubDate>Fri, 03 Aug 2007 00:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397191#M8582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-03T00:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397192#M8583</link>
      <description>The jdbc String is generated automatically by the component using the properties in the component : jdbc:hsqldb:hsql://host 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort/dbalias 
&lt;BR /&gt;Hope it helps 
&lt;BR /&gt;Michaël.</description>
      <pubDate>Fri, 03 Aug 2007 11:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397192#M8583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-03T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397193#M8584</link>
      <description>Ok, the JDBC string produced by the HSQL Database Manager is of the form "jdbc:hsqldb:file:C:\Documents\User\blah". I have the component's properties set as follows:&lt;BR /&gt;Host name: "localhost"&lt;BR /&gt;Port: "9001"&lt;BR /&gt;Database Alias: "file:C:\Documents\User\blah"&lt;BR /&gt;When I run the job, I get this exception:&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	Invalid escape sequence (valid ones are  \b  \t  \n  \f  \r  \"  \'  \\ )&lt;BR /&gt;	at tripletsphere.loadtripletsphere.LoadTripletSphere.tHSQLDbInput_2Process(LoadTripletSphere.java:146)&lt;BR /&gt;	at tripletsphere.loadtripletsphere.LoadTripletSphere.main(LoadTripletSphere.java:317)&lt;BR /&gt;Jason</description>
      <pubDate>Wed, 08 Aug 2007 22:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397193#M8584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-08T22:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use HSQL Databases</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397194#M8585</link>
      <description>Replace "file:C:\Documents\User\blah" by "file:C:\\Documents\\User\\blah" or "file:C:/Documents/User/blah"&lt;BR /&gt;Michaël.</description>
      <pubDate>Wed, 08 Aug 2007 22:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Use-HSQL-Databases/m-p/2397194#M8585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-08T22:45:56Z</dc:date>
    </item>
  </channel>
</rss>

