<?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: Running a script file with dbisql (command-line) in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837228#M4868071</link>
    <description>&lt;P&gt;AFAIK, you can use "Case Express" to report a bug or open a case:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://case-express.sybase.com/cx/"&gt;http://case-express.sybase.com/cx/&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;(Your current support plan may play a role here, apparently...)&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2012 06:07:45 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2012-09-25T06:07:45Z</dc:date>
    <item>
      <title>Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaq-p/13837204</link>
      <description>&lt;P&gt;I'm trying to connect to a database and run a script using &lt;CODE&gt;dbisql&lt;/CODE&gt;. I've checked the &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/dbisql-interactive-dbutilities.html" target="_blank" rel="nofollow noopener noreferrer"&gt;docs&lt;/A&gt; and tried many combinations but I guess I'm missing something.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;dbisql&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;nogui&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;c&lt;/SPAN&gt; &lt;SPAN class="s"&gt;"uid=dba;pwd=sql"&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;results in:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="p"&gt;((&lt;/SPAN&gt;&lt;SPAN class="ow"&gt;not&lt;/SPAN&gt; &lt;SPAN class="n"&gt;connected&lt;/SPAN&gt;&lt;SPAN class="p"&gt;)&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;whereas if I write:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;dbisql&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;c&lt;/SPAN&gt; &lt;SPAN class="s"&gt;"uid=dba;pwd=sql"&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;an Interactive SQL window opens as connected.&lt;/P&gt;
&lt;P&gt;What I'd really like to is call &lt;CODE&gt;dbisql -nogui -c "uid=dba;pwd=sql" myscript.sql&lt;/CODE&gt; but I'm stuck on the first step. &lt;/P&gt;
&lt;P&gt;Notes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I have both SA9 and SA12 installed on this machine.&lt;/LI&gt;
&lt;LI&gt;I'm working on SA12 Bin32 directory.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;-nogui -c "uid=dba;pwd=sql"&lt;/CODE&gt; line works with SA9 dbisql command.&lt;/LI&gt;
&lt;LI&gt;v12.0.1.3769&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;According to the &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/dbisql-interactive-dbutilities.html" target="_blank" rel="nofollow noopener noreferrer"&gt;docs&lt;/A&gt;, the following command should work against the default database although Links property is missing:&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;dbisql&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;c&lt;/SPAN&gt; &lt;SPAN class="s"&gt;"UID=DBA;PWD=sql"&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;onerror&lt;/SPAN&gt; &lt;SPAN class="nb"&gt;exit&lt;/SPAN&gt; &lt;SPAN class="n"&gt;mycom&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;sql&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;However, I get the message "You are not connected to a database". On the other hand, I can connect to the same database smoothly via Interactive SQL window (choosing 'connect to a running database on this computer'). &lt;CODE&gt;dbping -d -c "UID=DBA;PWD=sql"&lt;/CODE&gt; succeeds with the same connection string stating it connected to the database. The target database is started with &lt;CODE&gt;-x none&lt;/CODE&gt; switch.&lt;/P&gt;
&lt;P&gt;Is there anything else I'm missing?&lt;/P&gt;
&lt;P&gt;Screenshots:&lt;/P&gt;
&lt;P&gt;Dbsrv12:
 &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Running a script file with dbisql commandline"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189650i0926F887B1186AEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Running a script file with dbisql commandline" alt="Running a script file with dbisql commandline" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Dbping &amp;amp; Dbisql:
 &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Running a script file with dbisql commandline"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189651iA43B49B8BE887677/image-size/large?v=v2&amp;amp;px=999" role="button" title="Running a script file with dbisql commandline" alt="Running a script file with dbisql commandline" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Dbisql window (works ok):
 &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Running a script file with dbisql commandline"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189652iAC2C773D4A75A53D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Running a script file with dbisql commandline" alt="Running a script file with dbisql commandline" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 05:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaq-p/13837204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T05:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837205#M4868048</link>
      <description>&lt;P&gt;-c Should be a complete connections string. Probably you should add links=shmem to.&lt;/P&gt;
&lt;P&gt;In my batch files i don't use the -nogui paramater. And I'm not getting a normal window when I run the batchfile&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 05:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837205#M4868048</guid>
      <dc:creator>thomas_duemesnil</dc:creator>
      <dc:date>2012-09-24T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837208#M4868051</link>
      <description>&lt;P&gt;Thank you, you're correct in both cases. Most of the time I used the Server property but forgot about Links. Also no need for nogui parameters. I suppose I accidentally used SA9 exes in some tests. Anyway, please post your comment as answer so I can accept it.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 06:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837208#M4868051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T06:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837209#M4868052</link>
      <description>&lt;P&gt;Hm, it might not be over yet, updating the question.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 07:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837209#M4868052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837210#M4868053</link>
      <description>&lt;P&gt;Changed Thomas's comment to answer so henginy may accept it.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 08:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837210#M4868053</guid>
      <dc:creator>reimer_pods</dc:creator>
      <dc:date>2012-09-24T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837211#M4868054</link>
      <description>&lt;P&gt;Thank you for the answer. First time I tried, it worked with links attribute added. But later, I don't have a single idea how, it didn't work. I keep getting 'You are not connected to a database' message even if I add links (and also server attribute). Please see the update.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 08:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837211#M4868054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T08:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837212#M4868055</link>
      <description>&lt;P&gt;I would certainly add the path to the DBSIQL call in order to prevent to call the wrong version. The environment variables are handy here, such as&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"%SQLANY12%\\bin32\\dbisql" -c "..."&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you having a &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/sqlconnect-environment-variable.html"&gt;SQLCONNECT environment variable&lt;/A&gt; that might "secretly" add stuff to your connection string?&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;FWIW I still usually use the &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/dbisqlc-interactive-dbutilities.html"&gt;dbisqlc tool&lt;/A&gt; for batch stuff...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 08:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837212#M4868055</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-24T08:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837213#M4868056</link>
      <description>&lt;P&gt;@Volker Barth: Yes, I'm also setting another variable to shorten the script: &lt;CODE&gt;SET sa12bin=%SQLANY12%\\bin32&lt;/CODE&gt;. Checked the environment variables, but no SQLConnect variable (didn't know about them before, thanks).&lt;/P&gt;
&lt;P&gt;I like dbisqlc too, but am afraid to use it in case it is discontinued..(don't know if there's really such a risk, but..)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 08:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837213#M4868056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837206#M4868049</link>
      <description>&lt;P&gt;This is a long shot, but from your screen snap it looks as though you may have endashes (long dashes) on the command line instead of ASCII dashes.  I can see how you could get the non-ASCII dash if you cut-and-paste the command line from the docs on Windows.  You might want to try typing it in with regular dashes and see if you still have a problem?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837206#M4868049</guid>
      <dc:creator>Dan_Cummins</dc:creator>
      <dc:date>2012-09-24T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837214#M4868057</link>
      <description>&lt;P&gt;I actually typed in the commands every time, no copy-paste. The dashes on the screen must the same as this: '-' (next to Backspace on my keyboard:). Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837214#M4868057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837215#M4868058</link>
      <description>&lt;P&gt;Have you tried if using dbisqlc raises the same problem?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837215#M4868058</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-24T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837216#M4868059</link>
      <description>&lt;P&gt;I've tried it now and it works OK, no problem connecting to database. Only a few trivial warnings about spatial data options. It does the job and I might stick to it all right, but I wonder why &lt;CODE&gt;dbisql&lt;/CODE&gt; cannot connect.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 09:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837216#M4868059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T09:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837217#M4868060</link>
      <description>&lt;P&gt;I'd try to use the &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbadmin/logfileparameter.html"&gt;LOG connection parameter&lt;/A&gt; within the connection string to get more debug output on the connection attempts...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 10:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837217#M4868060</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-24T10:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837218#M4868061</link>
      <description>&lt;P&gt;Good pointer. The command &lt;CODE&gt;dbisql -c "UID=dba;PWD=sql;LINKS=SharedMemory;Log=C:\\salog"&lt;/CODE&gt; opens an isql window, connected, and the log says &lt;CODE&gt;Connected to database successfully&lt;/CODE&gt;. When I add file name at the end (&lt;CODE&gt;dbisql -c "UID=dba;PWD=sql;LINKS=SharedMemory;Log=C:\\salog" test.sql&lt;/CODE&gt;), it says 'You are not connected to a database' and no log file is created. (&lt;CODE&gt;Test.sql&lt;/CODE&gt; exists, and I'm running the command in &lt;CODE&gt;%SQLANY12%\\Bin32&lt;/CODE&gt; directory.)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 10:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837218#M4868061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837219#M4868062</link>
      <description>&lt;P&gt;Btw, &lt;CODE&gt;test.sql&lt;/CODE&gt; contains only &lt;CODE&gt;SELECT * FROM SYSVIEW&lt;/CODE&gt; and &lt;CODE&gt;GO&lt;/CODE&gt; lines.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 10:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837219#M4868062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837220#M4868063</link>
      <description>&lt;P&gt;Does the server console contain any info that a connect attempt is tried (dbeng12 -z ...)?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837220#M4868063</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-24T11:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837221#M4868064</link>
      <description>&lt;P&gt;Sorry, reformatted the output - (done now):&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Command:&lt;/B&gt;
C:\\Program Files\\SQL Anywhere 12\\Bin32&amp;gt;dbisql -c "uid=dba;pwd=sql;LINKS=SharedMemory;Log=C:\\salog.txt"&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Server console:&lt;/B&gt;
Connection ID 1: "dba" connected to database "asusys" from SQL Anywhere 12.0.1 (3769) client over SharedMemory
Connection ID 1: AppInfo is IP=x.x.x.x;HOST=xxx;OSUSER=xxx;OS='Windows XP Build 2600 Service Pack 3';EXE='C:\\Program Files\\SQL Anywhere 12\\Bin32\\dbisql.exe';PID=0xdb0;THREAD=0xed8;VERSION=12.0.1.3769;API=iAnywhereJDBC;TIMEZONEADJUS
Connection ID 1: Server character set conversion is enabled, but not required
    using character set "windows-1254"&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Command:&lt;/B&gt;
C:\\Program Files\\SQL Anywhere 12\\Bin32&amp;gt;dbisql -c "uid=dba;pwd=sql;LINKS=SharedMemory;Log=C:\\salog.txt" test.sql&lt;/P&gt;
&lt;P&gt;You are not connected to a database.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Server console:&lt;/B&gt;
=&amp;gt; No new lines appended to console.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837221#M4868064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837222#M4868065</link>
      <description>&lt;P&gt;Other info: Workgroup Edition, Turkish OS.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837222#M4868065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T11:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837223#M4868066</link>
      <description>&lt;P&gt;Still strange. May this be an encoding problem (I-dot etc.)? - If so, I'm no expert anyway:(&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837223#M4868066</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-09-24T11:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running a script file with dbisql (command-line)</title>
      <link>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837224#M4868067</link>
      <description>&lt;P&gt;If you want to test if the behaviour is caused by an encoding problem, you can switch the encoding of your command prompt using the chcp command.  Example:&lt;/P&gt;
&lt;P&gt;chcp 850&lt;/P&gt;
&lt;P&gt;chcp 1252&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/running-a-script-file-with-dbisql-command-line/qaa-p/13837224#M4868067</guid>
      <dc:creator>Dan_Cummins</dc:creator>
      <dc:date>2012-09-24T11:54:49Z</dc:date>
    </item>
  </channel>
</rss>

