Join IIUG
 for   
 

Informix News
18 Nov 13 - ZDNet - Top 20 mobile skills in demand... Read
09 Sep 13 - telecompaper - Shaspa and Tatung have shown a new smart home platform at Ifa in Berlin. Powered by the IBM Informix software... Read
06 Sep 13 - IBM data magazine - Mission Accomplished - Miami, Florida will be the backdrop for the 2014 IIUG Informix Conference... Read
01 Feb 13 - IBM Data Magazine - Are your database backups safe? Lester Knutsen (IBM Champion) writes about database back up safety using "archecker"... Read
14 Nov 12 - IBM - IBM's Big Data For Smart Grid Goes Live In Texas... Read
3 Oct 12 - The Financial - IBM and TransWorks Collaborate to Help Louisiana-Pacific Corporation Achieve Supply Chain Efficiency... Read
28 Aug 12 - techCLOUD9 - Splunk kicks up a SaaS Storm... Read
10 Aug 12 - businessCLOUD9 - Is this the other half of Cloud monitoring?... Read
3 Aug 12 - IBM data management - Supercharging the data warehouse while keeping costs down IBM Informix Warehouse Accelerator (IWA) delivers superior performance for in-memory analytics processing... Read
2 Aug 12 - channelbiz - Oninit Group launches Pay Per Pulse cloud-based service... Read
28 May 12 - Bloor - David Norfolk on the recent Informix benchmark "pretty impressive results"... Read
23 May 12 - DBTA - Informix Genero: A Way to Modernize Informix 4GL Applications... Read
9 Apr 12 - Mastering Data Management - Upping the Informix Ante: Advanced Data Tools... Read
22 Mar 12 - developerWorks - Optimizing Informix database access... Read
14 Mar 12 - BernieSpang.com - International Informix User Group set to meet in San Diego... Read
1 Mar 12 - IBM Data Management - IIUG Heads West for 2012 - Get ready for sun and sand in San Diego... Read
1 Mar 12 - IBM Data Management - Running Informix on Solid-State Drives.Speed Up Database Access... Read
26 Feb 12 - BernieSpan.com - Better results, lower cost for a broad set of new IBM clients and partners... Read
24 Feb 12 - developerWorks - Informix Warehouse Accelerator: Continuous Acceleration during Data Refresh... Read
6 Feb 12 - PRLOG - Informix port delivers unlimited database scalability for popular SaaS application ... Read
2 Feb 12 - developerWorks - Loading data with the IBM Informix TimeSeries Plug-in for Data Studio... Read
1 Feb 12 - developerWorks - 100 Tech Tips, #47: Log-in to Fix Central... Read
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum

Re: Changing charset on IDS 11

Posted By: NONE PIOTR
Date: Thursday, 2 June 2011, at 4:56 a.m.

In Response To: Changing charset on IDS 11 (NONE PIOTR)

honestly im not sure what u got on mind...
I paste whole script, hope this won`t clutter this topic

@echo off
rem **************************************************************************/
rem * */
rem * Licensed Materials - Property of IBM */
rem * */
rem * "Restricted Materials of IBM" */
rem * */
rem * IBM Informix Dynamic Server */
rem * Copyright IBM Corporation 2007 All rights reserved. */
rem * */
rem **************************************************************************/

if %1test==/?test goto usage
if %1test==--test goto usage
if %1test==-?test goto usage
if %1test==-helptest goto usage

if "%INFORMIXDIR%notset" == "notset" goto error_infxdir
if "%INFORMIXSERVER%notset" == "notset" goto error_infxserver

if not exist %INFORMIXDIR%\demo\dbaccess\demo_ids goto error_demodir

set CLIENT_LOCALE_SAV=%CLIENT_LOCALE%

set GL_DATE_SAV=%GL_DATE%
set DBMONEY_SAV=%DBMONEY%
set CREATE_SAV=%CREATE%
set DB_SAV=%DB%
set IN_SAV=%IN%
set DBSPACE_SAV=%DBSPACE%
set WLOG_SAV=%WLOG%

set GL_DATE=%%m/%%d/%%Y
set DBMONEY=$.
set CREATE=CREATE DATABASE
set DB=stores_demo4
set IN=
set DBSPACE=
set WLOG=

REM evaluate command line arguments
if %1test==test goto startdb
if %1test==-logtest goto log1
if %1test==-dbspacetest goto dbspace1
set DB=%1
goto test2

:log1
set WLOG=WITH LOG
goto test2

:dbspace1
set IN=in
set DBSPACE=%2

:test2
if %2test==test goto startdb
if %2test==-logtest goto log2
if %2test==-dbspacetest goto dbspace2
if NOT %1test==-dbspacetest SET DB=%2
goto test3

:log2
set WLOG=WITH LOG
goto test3

:dbspace2
set IN=in
set DBSPACE=%3

:test3
if %3test==test goto startdb
if %3test==-logtest goto log3
if %3test==-dbspacetest goto dbspace3
if NOT %2test==-dbspacetest SET DB=%3
goto test4

:log3
set WLOG=WITH LOG
goto test4

:dbspace3
set IN=in
set DBSPACE=%4

:test4
if %4test==test goto startdb
if %4test==-logtest goto log4
if NOT %3test==-dbspacetest SET DB=%4
goto startdb:

:log4
set WLOG=WITH LOG

:startdb

REM cd %INFORMIXDIR%\demo\dbaccess\demo_ids

call %INFORMIXDIR%\%INFORMIXSERVER%.cmd
if /i "%DB_LOCALE%notset" == "notset" set DB_LOCALE=EN_US.UTF8
if /i "%DB_LOCALE%" == "EN_US.C" set DB_LOCALE=EN_US.UTF8
if /i "%DB_LOCALE%" == "EN_US.POSIX" set DB_LOCALE=EN_US.UTF8
if /i "%DB_LOCALE%" == "EN_US.Latin-1" set DB_LOCALE=EN_US.UTF8
if /i "%DB_LOCALE%" == "EN_US.819" set DB_LOCALE=EN_US.UTF8
if /i not "%DB_LOCALE%" == "EN_US.8859-1" echo Setting DB_LOCALE to EN_US.UTF8

set CLIENT_LOCALE=EN_US.UTF8
set DB_LOCALE=EN_US.UTF8
set SERVER_LOCALE=EN_US.UTF8
set DBLANG=EN_US.UTF8

pushd %INFORMIXDIR%\demo\dbaccess\demo_ids

REM drop the existing %DB% database
echo Dropping existing %DB% database...
echo DROP DATABASE %DB% | dbaccess -

REM create the database
echo Creating %DB% database...
echo %CREATE% %DB% %IN% %DBSPACE% %WLOG% | dbaccess -
if not errorlevel 0 goto error_cdb

REM create external table
echo preparing external table command...
echo create external table ext_customer sameas customer > %INFORMIXDIR%\demo\dbaccess\demo_ids\c_ext_table.sql
echo using (datafiles ("disk:%INFORMIXDIR%\demo\dbaccess\demo_ids\ext_customer.unl"), >> %INFORMIXDIR%\demo\dbaccess\demo_ids\c_ext_table.sql
echo numrows 3 >> %INFORMIXDIR%\demo\dbaccess\demo_ids\c_ext_table.sql
echo ); >> %INFORMIXDIR%\demo\dbaccess\demo_ids\c_ext_table.sql

REM create the tables
echo Creating tables...
dbaccess %DB% %INFORMIXDIR%\demo\dbaccess\demo_ids\c_tables.sql
if not errorlevel 0 goto error_ctables

REM create external table
echo Creating external table...
dbaccess %DB% %INFORMIXDIR%\demo\dbaccess\demo_ids\c_ext_table.sql
if not errorlevel 0 goto error_ctables

REM load data
echo Loading data...
dbaccess %DB% %INFORMIXDIR%\demo\dbaccess\demo_ids\c_load.sql
if not errorlevel 0 goto error_load
goto SUCCESS

:usage
echo "Usage: dbaccessdemo [-log] [-dbspace <dbspace name>] [<database name>]"
goto end

:error_infxdir
echo INFORMIXDIR environment variable not set.
goto end

:error_infxserver
echo INFORMIXSERVER environment variable not set
goto end

:error_cdb
echo Database creation failed.
goto end

:error_ctables
echo Tables creation failed.
goto end

:error_load
echo Load data failed.
goto end

:error_demodir
echo Directory %INFORMIXDIR%\demo\dbaccess\demo_ids not found.
goto end

:SUCCESS
echo The %DB% database created successfully.
echo The demo files can be found in %INFORMIXDIR%\demo\dbaccess\demo_ids

:end
set GL_DATE=%GL_DATE_SAV%
set DBMONEY=%DBMONEY_SAV%
set CREATE=%CREATE_SAV%
set DB=%DB_SAV%
set IN=%IN_SAV%
set DBSPACE=%DBSPACE_SAV%
set WLOG=%WLOG_SAV%
set CLIENT_LOCALE=%CLIENT_LOCALE_SAV%

set GL_DATE_SAV=
set DBMONEY_SAV=
set CREATE_SAV=
set DB_SAV=
set IN_SAV=
set DBSPACE_SAV=
set WLOG_SAV=
set CLIENT_LOCALE_SAV=

echo.

popd

Messages In This Thread

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum is maintained by Administrator with WebBBS 5.12.