<?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>Question Re: unload Version 4 database in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837149#M4867992</link>
    <description>&lt;P&gt;IMHO you should look for "SQL Anywhere 9.0.2 developer"&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2012 11:47:10 GMT</pubDate>
    <dc:creator>reimer_pods</dc:creator>
    <dc:date>2012-09-26T11:47:10Z</dc:date>
    <item>
      <title>unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaq-p/13837144</link>
      <description>&lt;P&gt;I have a database that Looks like it was wrtten in version 4 (1994).  Version 10 will not let me unload it because it is so old.  How can I unload it?  Is there a place to get version 4 or maybe I just need a driver.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 16:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaq-p/13837144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-25T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837145#M4867988</link>
      <description>&lt;P&gt;SQL Anywhere v9 was the last version where we supported unloading a Watcom SQL v4 database.&lt;BR /&gt;
&lt;/P&gt;
&lt;P&gt;Unfortunately, as v9 is no longer supported, there is no way to download or find an install image on the Sybase web site for this software.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 09:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837145#M4867988</guid>
      <dc:creator>regdomaratzki</dc:creator>
      <dc:date>2012-09-26T09:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837146#M4867989</link>
      <description>&lt;P&gt;If you google for "SQL Anywhere 9.02" you'll get a few site from where you can download the developer version.
C.Burns&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 09:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837146#M4867989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837149#M4867992</link>
      <description>&lt;P&gt;IMHO you should look for "SQL Anywhere 9.0.2 developer"&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837149#M4867992</guid>
      <dc:creator>reimer_pods</dc:creator>
      <dc:date>2012-09-26T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837150#M4867993</link>
      <description>&lt;P&gt;I am having trouble running version 9.  I am getting a java error&lt;/P&gt;
&lt;P&gt;edit, XP works.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837150#M4867993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837151#M4867994</link>
      <description>&lt;P&gt;Don't worry about running Sybase Central or any of the Java tools.  Once SA9 is installed, open a dos prompt and execute a command similar to :&lt;/P&gt;
&lt;PRE&gt;%ASANY9%\\win32\\dbunload.exe -c "uid=dba;pwd=sql;dbf=v4.db" .
&lt;/PRE&gt;

&lt;P&gt;This should create a file called reload.sql and a series of .DAT files with all your data in them that can be reloaded into a new v10 database that you create.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 14:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837151#M4867994</guid>
      <dc:creator>regdomaratzki</dc:creator>
      <dc:date>2012-09-26T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837152#M4867995</link>
      <description>&lt;P&gt;Thank you, it only works if i use the command line anyway&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837152#M4867995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-26T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837147#M4867990</link>
      <description>&lt;P&gt;I get most of the data i expect to be in there, but a lot of the dat files are blank.  There is one in particular that I want.  In the .sql file it shows the table name and columns. &lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 12:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837147#M4867990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-28T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837153#M4867996</link>
      <description>&lt;P&gt;Blank data files usually just mean that the according tables are empty. Or has the v9 unload given any errors?&lt;/P&gt;
&lt;P&gt;If not, as you obviously can use v9 to unload the database, I would suggest that you use v9 simply to start the database and to connect to it and to have a look whether the according tables are empty or not, something like&lt;/P&gt;
&lt;P&gt;%ASANY9%win32dbisqlc -c "uid=dba;pwd=sql;dbf=v4.db"&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 13:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837153#M4867996</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-28T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837154#M4867997</link>
      <description>&lt;P&gt;It looks like that column is empty using the interactive SQL.  Is it possible that this has to do with the version?  It doesnt make sence that half of the tables in the database were created empty.  I know specifically that data in this table is used in the calculations I do in the program.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 14:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837154#M4867997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-28T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: unload Version 4 database</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837148#M4867991</link>
      <description>&lt;P&gt;there is an EXE that comes with the program that starts the database.  trdsk50w.  If i run it seperately it launches a little window "Sybase SQL Anywhere Database Engine Version 5.0.01 Build #451"&lt;/P&gt;
&lt;P&gt;This launches before the program use the data.  I am hoping that maybe i can talk to it also.  Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 16:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-version-4-database/qaa-p/13837148#M4867991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-28T16:11:06Z</dc:date>
    </item>
  </channel>
</rss>

