<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Data Access  - COBOL/ESQL and Veryant ESQL Generator  </title>
<link>https://support.veryant.com/phpkb/category.php?id=7</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB (https://www.phpkb.com)</description>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=356</guid>
										<title>Using DatabaseBridge (Easydb) with Multi-Company / Multi-Year ISAM File Structures</title>
										<link>https://support.veryant.com/phpkb/article.php?id=356</link>
										<description><![CDATA[When migrating multi-company, multi-year or otherwise multi-instance ISAM data layouts to isCOBOL DatabaseBridge (easydb), it is common for customers to maintain multiple directories containing identical file structures, for example: /C01/data...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=221</guid>
										<title>How is it possible to insert a NULL into an ORACLE TABLE when host variable has been initialized?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=221</link>
										<description><![CDATA[ To achieve this goal, you have to use indicator variables:    *Put a NULL value in a record using indicator variables     move 6      to V-KEY     move spaces to V-DATA     move -1     to IND-VAR     EXEC SQL         INSERT INTO V_TABLE VALUES (:V...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=109</guid>
										<title>How do I connect to a MS SQL 2005 Named Instance?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=109</link>
										<description><![CDATA[ Question:   What should I do if I have more than one MS SQL Server instance in the same computer/server, and I want to connect to any of its named instances and not to the default one?   Answer:    Make sure you have followed the general...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=148</guid>
										<title>When to set iscobol.jdbc.autocommit=false when using ESQL</title>
										<link>https://support.veryant.com/phpkb/article.php?id=148</link>
										<description><![CDATA[ isCOBOL ESQL is built upon JDBC, and the JDBC specification says that connections should (by default) be in &#39;autocommit&#39; mode. That means that every time a modification is made (whether it be INSERT, UPDATE or DELETE), the database is...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=163</guid>
										<title>Where is the Veryant ESQL generator? What files do I download?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=163</link>
										<description><![CDATA[ The Veryant ESQL generator is called the Database Bridge, also known as EasyDB.  It&#39;s an add-on product to the development system and is only needed during development.    When installing on Windows, Linux, or MacOS, check or select the option...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=71</guid>
										<title>How is READ NEXT implemented in isCOBOL ESQL Generator (EasyDB)?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=71</link>
										<description><![CDATA[ The START statement creates a cursor, and READ NEXT/PREVIOUS fetches the cursor. Using the isCOBOL debugger, you can step into the READ NEXT and the source code for the bridge programs generated by edbiis.exe to give you a better understanding of...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=61</guid>
										<title>How do I set up isCOBOL ESQL Generator for use with Microsoft SQL Server?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=61</link>
										<description><![CDATA[ Follow these steps:   Compile your program with these variables set to use the Database Bridge (EasyDB) to generate bridge programs containing ESQL statements to access your Sql Server database:     iscobol.compiler.easydb=1    iscobol.compiler...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=25</guid>
										<title>How do I migrate a Vision file to an Oracle database table?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=25</link>
										<description><![CDATA[ Question:  I know that one way to migrate a Vision indexed file to an Oracle database table is by writing a program that reads records from one logical file and writes them to another using the same FD and the following properties:     iscobol.file...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=20</guid>
										<title>How do I get isCOBOL to create a database table when iscobol.file_suffix is set?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=20</link>
										<description><![CDATA[Question:     My application requires iscobol.file_suffix to be set to DAT. I have moved some files to database tables using isCOBOL ESQL Generator (EasyDB).        Answer:           You need to include the file suffix in the file name when...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=121</guid>
										<title>How do I use isCOBOL ESQL with Microsoft SQL Server?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=121</link>
										<description><![CDATA[To connect to Microsoft SQL Server use Microsoft&#39;s JDBC driver or another JDBC driver that supports Microsoft SQL Server.   Install the Microsoft SQL Server JDBC Driver from http://msdn.microsoft.com/en-us/data/aa937724.aspx For example, install...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=82</guid>
										<title>How does isCOBOL limit the size of database query working set for the START statement?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=82</link>
										<description><![CDATA[Question:     With ACUCOBOL-GT my program used the A4GL_WHERE_CONSTRAINT external variable in order to add further constraints to the SQL SELECT statement generated for the COBOL START statement.&nbsp;      For example,      Move "ftest_key > 3 and...]]></description>

									</item>

</channel>

</rss>