Informix is an SQL-based object-relational DBMS produced by IBM. This tag is appropriate for questions about any of the products with Informix in the product name.

learn more… | top users | synonyms

1
vote
1answer
44 views

incomplete ,non well-formed data

I face the following problem and i can't fix it : I want to store some fields with its format so that i could show that data in formatted view in my report later . I use RadEditor : like this : ...
0
votes
0answers
38 views

Informix compatible in memory Database for unit testing Java Hibernate application

I'm trying to write unit test cases for a data access layer and we use the Informix database. Since the Informix dialect of SQL uses the ...
0
votes
0answers
22 views

Function definition not found in 4gl file

I am working on 4gl language but a new bie. In a file custom.4gl a function cleanup() is called, but I didn't find the function definition. I am trying to find that. I got a file named 'tags' with ...
0
votes
0answers
44 views

Using Informix dbaccess in SSIS to export data to be imported into SQL Server

I currently have a SSIS package similar to the one detailed here which loops over a list of tables that are in a IBM DB2 database, exports the table contents into text files using the "Data Transfer ...
1
vote
1answer
34 views

Communication link failure (||) Thread was being aborted

I face the following problem : some users complain when they try my web application: The error i encounter is : IP: System.Web.HttpApplicationState Agent: IE8 AgentDtails : Mozilla/4.0 ...
1
vote
1answer
23 views

Informix SQL: what does this syntax ||“-”|| means?

I'm trying to understand what this sign means in Informix SQL >> ||"-"|| An example of a query that has this is: DELETE FROM table1 WHERE field1||"-"||field2 IN (SELECT field1||"-"||field2 ...
1
vote
1answer
34 views

sql query for header info along with data in columns in informix

I tried many queries like using this SELECT TABNAME,COLNAME from SYSCAT.COLUMNS where TABNAME='DETAILS' Also used user_tabs in place of SYSCAT.COLUMNS as well, but it does not work in informix.
1
vote
0answers
35 views

Configuring Informix database for JDBC Connection

I'm writing my first android app via Eclipse. I am trying to make a connection to my informix database. I have installed informix's client-side drivers on my system and the program picks them up ...
0
votes
0answers
30 views

Migration Tool between Informix 4Gl to JAVA [closed]

I am looking for Migration Tool between Informix 4Gl to JAVA. Which tool can we use and what is the percentage of Accuracy? Please advice me.
1
vote
4answers
86 views

How to remove all tags and get the pure text?

I had to store the user input text in my database with HTML and CSS formats. The case is: RadEditor ,The user copy the text from MSWord to this editor then i store this text in the database with ...
1
vote
0answers
35 views

Informix create procedure failure

I'm trying to create a stored procedure in Informix (via isql as user informix), but I keep getting a 201 error, even on the simplest of procedures. Here is the test procedure I'm currently working ...
-2
votes
0answers
21 views

Informix 4gl to Java Migration tool [closed]

i am looking for Migration Tool for Informix 4Gl to JAVA. Which tool can we use and what is the percentange of Accuracy. please advice me. TR, Raj
0
votes
3answers
62 views

How to enhance the performance of nested query?

I have the following query but it run slowly in my sql editor ! How to enhance it (write wise) to speed the query running . SELECT year,main_code,name,father_code,main_code || '__' || year AS ...
1
vote
2answers
30 views

If inside If in Informix stored proc

In Informix stored Procedure I have some condition which goes like this :- If val1 > 0 // 1st If Select count(*) of value from a table and stored it in a Variable say ...
1
vote
3answers
94 views

Delete the data which exist in one table and not exist in the other one?

I want to select all rows which exist in specific table and not exist in the other table to delete them . I write the following query but i get rows exist in both tables !! SELECT UNIQUE ...
0
votes
0answers
30 views

Connecting To Informix Standard Engine (SE) From PHP

Is there any way to do this besides using ODBC? I doubt there is, but just wanted to check and see. We connect fine with ODBC, but the performance is awful.
0
votes
1answer
50 views

Which is better: storing string including Unicode character in NVARCAHR or VARCHAR? [duplicate]

I want to store the string including Unicode character. I know there are two choices. NVARCAHR and VARCHAR. NVARCAHR uses 2 bytes to store a character; however VARCHAR uses 1 byte for a character. ...
1
vote
2answers
69 views

How to configure activemq to use informix database?

I am using apache activemq 5.8. Here is what i did: 1) put informix jdbc jar (ifxjdbc-3.70-JC3.jar) into activemq/libs/optional 2) declare bean in activemq.xml: <bean id="informix-ds" ...
-1
votes
1answer
111 views

Connecting to Informix via DriverManager.getConnection is slow

I am using JDBC to connect to an Informix instance via the DriverManager.getConnection method, but I have problems. DriverManager.getConnection takes a long time to establish a connection with ...
2
votes
0answers
30 views

Informix connection disappearing from Rails app

I'm connecting to an Informix database from a Rails app, and there are times where the app will die (requiring a restart it seems), with the following error message: Informix::DatabaseError: ...
1
vote
1answer
81 views

php pdo_informix on windows 7 64 bit and wamp 64 bit

I try to install pdo_informix in WAMP 64 bit on windows 7 64 bit, but I found problem because pdo_informix.dll is version 32 bit. I try to search for pdo_informix.dll, but I can't found it. How to ...
1
vote
2answers
98 views

Insert statement with select for only one column in Informix

Just need to know whether this query is possible in Informix. insert into emp(emp_id, sal, desg) values (111, (select salary from emp_sal where emp_id=222), 'xxx'); Table structures are: emp: ...
2
votes
1answer
61 views

Limitation of error code on exception in stored procedure

I have a stored procedure which is calling a java jar using "SYSTEM" command. This jar is returning an error code on exception using the "exit(errorCode)" command. If the error code is lower than 256, ...
1
vote
1answer
42 views

optimize the performance of informix stored procudure in asp.net application?

I want to know how to use the equivalent to : SET ARITHABORT ON AND WITH RECOMPILE option in informix stored procedure ?
1
vote
1answer
65 views

Informix Database triggers

I'm trying to query triggers from "systriggers/systrigbody" informix system table. I need the data column of systrigbody table when datakey columns is 'A' and 'D', and should ignore the rest. Here's ...
1
vote
1answer
50 views

Load operation locking table in informix

A process is performing a LOAD operation on a table from a file which has more than 5 lakhs rows. onstat -k command shows row locks for the inserted rows, which I think is normal. Something abnormal ...
1
vote
1answer
63 views

Informix SQL Help: Result of a boolean expression is not of boolean type

I have an SQL statement: UPDATE informix.dv_billing dv SET dv.fee = CASE WHEN ((SELECT dc.mm_discount FROM dv_mm_disc dc WHERE dc.year ...
1
vote
2answers
69 views

Informix Group by Alias

What am I missing according to this query: SELECT mymonth, Header1 FROM ( SELECT month(startdatetime) as mymonth, (CASE WHEN MyTable.somecolumn =2 THEN count(somecolumn2) END) as Header1 FROM MyTable ...
3
votes
2answers
117 views

Informix with 64bit unixODBC segfault

Using the Informix 64 bit driver with unixODBC (with both the default of 2.2.14 that comes with Redhat and also with 2.3.1) and running into problem when a column has a NULL value. unixODBC is using ...
1
vote
2answers
110 views

JPA Transactions on Informix

I need to make an update on a table using JPA 2.0 with EclipseLink 3.0 on a Java SE 7.0 environment, using Non-Transactional Informix DB v. 11.50, the persistence.xml is: <persistence-unit ...
1
vote
1answer
43 views

Data type LVARCHAR corruption after recovering data

I face the following problem : I deleted a key in a table (wrongly) and then I recovered the whole table through this way: LOAD FROM 'C:\db\rqrequesttrans.dat' delimiter '~' insert into ...
1
vote
2answers
217 views

Informix DB - SQL Group By Year, Month, Week, Day, Hour

I want to write sql queries in Informix db to return results that are grouped by Year/Month/Week/Day/Hr (I will write 5 sql queries for each one). The scenario I have is as follow : I have two ...
1
vote
1answer
75 views

.NET Informix error

I keep getting an error when trying to connect to an Informix database. I am using VS2008, .NET 4 framework, IBM Informix Connect 3.7 64bit The code Dim connectionstring As String = ...
1
vote
2answers
101 views

Informix PDO at ubuntu 12.10

I'm configuring the PDO at ubuntu. And i'm getting this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/pdo_informix.so' - libifcli.so: cannot open shared ...
3
votes
2answers
320 views

Informix: count number of columns in a temp table?

I'm using IDS 11.70. I want to be able to get the count of the number of columns in a temporary table so in 4gl/genero code I can have a function that puts the right number of question marks into a ...
1
vote
1answer
117 views

informix insert trigger: update value on same table but different record

Is there any way I can get an insert trigger to update a value on the same table in a different record to the one being inserted? Informix does not seem to allow me to do this as I understand it ...
1
vote
1answer
74 views

Number of values in load file is not equal to number of columns

I delete some data by wrong and i want to retrieve them I try to execute the following command : LOAD FROM 'C:\db\rqrequesttrans.dat' delimiter '~' insert into rqrequesttrans but i get the ...
1
vote
1answer
69 views

Serial Fields in Informix for ORM framework

We use a VERY old version of Informix (SE). I am trying to make an ORM type framework in C# to handle CRUD procedures. I am having a hard time trying to come up with a way of dealing with tables ...
1
vote
1answer
43 views

isql not working with complex row type

I have created a table in Informix: create table tab_unmrow ( area integer, rectangle row( x integer, y integer, length integer, width integer) ...
1
vote
2answers
75 views

Aggregating several columns to single column

I have a table that looks like id cat data -------------------- 1 1 foo 2 1 bar 3 1 baz 4 2 some 5 2 random 6 3 Data 1 ...
1
vote
2answers
44 views

how to make an outer join with the calling of other procedure

I have a stored procedure : procedure qr_get_dep_boss(...,...) takes two params(year, main_code) and returning one record the boss_num and his name . I want to create another procedure and make ...
1
vote
1answer
42 views

invalid statement id received by the sqlexec process

I face the following problem during insertion(multiple rows) :(some records were inserted and after a random number of records i get an error) !! invalid statement id received by the sqlexec ...
2
votes
2answers
300 views

Entity Framework 5 Code First to Existing Informix Database

I am having quite a bit of trouble getting entity framework 5 to work with Informix. Looking for any help that I can get. I followed the following procedure: Installed the client SDK (I was unable ...
1
vote
3answers
126 views

Using named parameters in Informix queries in an ASP.net application

I'm trying to convert my queries to being parameterized, but am having issues with figuring out the syntax. This is error-free according to VS2012, but in runtime I get an error because the value of ...
1
vote
2answers
88 views

Number lookup and sorting in Informix

I have a table in an IBM Informix database wherein there's a column 'level' of data type CHAR(15). If I do a SELECT DISTINCT on that column, the top 5 results are: UNKNOWN ROOKIE LEVEL 1 LEVEL 2A ...
1
vote
2answers
124 views

Informix DELETE query taking long time

In production, I am facing this problem. There is a delete which is taking long time to execute and is finally throwing SQL error of -243. I got the query using onstat -g. Is there any way to find ...
1
vote
0answers
80 views

Delete Trigger failing to update count in another table

I am using Informix database. TableA contains the id of a client. TableB contains the number of error on that id. i.e {id and count} In TableA I have delete triggers written, so that if anyone ...
1
vote
1answer
41 views

Determine lock owner in Informix

I have an asp.net application that in some circumstances will return a lock error during a query. This is fine, but what I would like to be able to do is log the owner of the lock in order to track ...
2
votes
1answer
86 views

Solved: Django, Informix, ibm_db and DB2 data server driver

I'm trying to connect to IDS(v11.50) from django(v1.3.1) using IBM DB2 Data Server Driver (ODBC)(v10.1) and ibm_db (https://code.google.com/p/ibm-db/). Simple query like 'select distinct ...
1
vote
1answer
45 views

Does Informix support several threads creating the same-named temporary table?

I am in the process of fixing EclipseLink's InformixPlatform database support class to work with our Informix 11.70 installation. One of the contracts that needs work is expressed by the following ...

1 2 3 4 5 16