<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.sqlines.com/feed.php">
        <title>SQLines Tools informix</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-09T21:58:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/informix/create_dbspace_onspaces?rev=1365762161&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/informix/define_database_codepage?rev=1383328003&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/informix/get_next_serial_value?rev=1360094946&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://www.sqlines.com/</link>
        <url>https://www.sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.sqlines.com/informix/create_dbspace_onspaces?rev=1365762161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-12T10:22:41+00:00</dc:date>
        <title>Informix - Create a Dbspace using onspaces Command</title>
        <link>https://www.sqlines.com/informix/create_dbspace_onspaces?rev=1365762161&amp;do=diff</link>
        <description>You often need to create a dbspace to store the data and indexes for your database.

Informix on Windows and onspaces


When you create an Informix instance on Windows, a command line environment script is created for the instance.  

For example, if you created the instance named ol_informix2, you can see a new item in the Start Menu to launch the command line environment configured to use this instance:</description>
    </item>
    <item rdf:about="https://www.sqlines.com/informix/define_database_codepage?rev=1383328003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-01T17:46:43+00:00</dc:date>
        <title>Informix - How to Define Database Code Page</title>
        <link>https://www.sqlines.com/informix/define_database_codepage?rev=1383328003&amp;do=diff</link>
        <description>You can use the following query to define the codepage (locale) of a database in Informix:

Informix:


  -- Define locale of SALES database
  SELECT * FROM sysmaster:sysdbslocale WHERE dbs_dbsname = 'sales'


Result:

 dbs_dbsname  dbs_collate  sales  en_US.819 

Note that 819 codepage in Informix corresponds to Latin 1 - ISO 8859-1 codepage.</description>
    </item>
    <item rdf:about="https://www.sqlines.com/informix/get_next_serial_value?rev=1360094946&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-05T20:09:06+00:00</dc:date>
        <title>Informix Migration - How to Get Next SERIAL Value</title>
        <link>https://www.sqlines.com/informix/get_next_serial_value?rev=1360094946&amp;do=diff</link>
        <description>In Informix you can use a SERIAL data type to assign auto-incrementing IDs to a column:

Informix:


  CREATE TABLE teams
  (
     id SERIAL,
     name VARCHAR(70)
  );
  
  -- Let's insert a few rows
  INSERT INTO teams VALUES (0, 'Baltimore Ravens');
  INSERT INTO teams VALUES (0, 'San Francisco 49ers');</description>
    </item>
</rdf:RDF>
