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.
1
vote
1answer
474 views
Loading lat and long from SQL Database into google maps
I want to modify my asp.net application to open a google maps location from a hyperlink (https://maps.google.com/maps/ms? msid=217765347979644002223.00048600fdc1ccf2d2d55&msa=0). I need to ...
1
vote
1answer
182 views
Saving an image in an Informix database using C# code?
How do I save an image in an Informix database using C# code?
At the moment, I'm unable to save an image in an Informix database using C# code.
All the steps work, only when the query is about to ...
1
vote
1answer
561 views
Informix data source name not found and no default driver specified error
I have setup a Wallboard for our Cisco Call Center connecting to the ccx database and everything works fine when I run it through Visual Studio however when I publish it out to IIS and try to view the ...
3
votes
1answer
624 views
32-bit informix drivers in 64-bit windows server 2008 are unavailable
I have an SSIS package that needs to use ODBC to connect to an Informix data source. It runs fine on my 64-bit Win7 development box but blows up on 64-bit Windows Server 2008 with the following error ...
2
votes
1answer
114 views
What are the incompatibilities for ESQL/C programs while migrating from HP-UX to Red Hat Linux?
I am migrating a project and we need to migrate ESQL/C source files from HP-UX to Red Hat Linux.
What may be the incompatibilities while moving these ESQL/C files to Linux?
-1
votes
1answer
63 views
Form database query from input
In my C program I am receiving input which is of the form
"name,age,salary|Richard,35,10000"
Now I want to frame insert and update queries from this input.
I am using strtok_r and strtok for ...
2
votes
2answers
99 views
Schema for a table in informix
I have to design schema for a database table.
It goes like :
field1 is TRUE/FALSE
field2 is TRUE/FALSE
field3 is TRUE/FALSE
field4 is TRUE/FALSE
field5 is char(50) if ...
1
vote
1answer
38 views
Informix prevent duplicate result
I want to find some data, some few result are duplicates,
but I want to filter out the duplicate data.
Example data retrieved:
aaa, bbb, ccc, ddd, eee <---Duplicate
aaa, qqq, eee, fff, hhh
bbb, ...
1
vote
1answer
423 views
Running commands in a file inside database console
Can someone please tell whether is it possible to run a shell script inside of a database.
Scenario :
Using database : Informix
I have a script in a file having multiple insert statements.
I am ...
1
vote
1answer
135 views
Informix - extract day of month from date, and select only odd days
how to extract day of month from date, and select only odd days in Informix SQL?
1
vote
2answers
157 views
How can I query just the month and day of a DATE column?
I have a date of birth DATE column in a customer table with ~13 million rows. I would like to query this table to find all customers who were born on a certain month and day of that month, but any ...
1
vote
2answers
193 views
Informix connection works through Windows, but not through Cygwin
Not really sure where to go with this one. I have a PHP script that invokes a PERL script that connects to an Informix database. This setup works just fine when I run the script to the Windows cmd ...
2
votes
2answers
59 views
Group Indexing in Informix
I have a table called hitlist, which has 3 columns:
int id
long hitlisted_date
long deleted_date
I will be querying this table based on these columns:
histlisted_date (frequent)
hitlisted_date ...
1
vote
1answer
398 views
Installing Informix on Ubuntu
Can someone please suggest whether I can install informix database on ubuntu.
My version of Ubuntu is 11.10
Is it freely available.
If yes please suggest me some friendly installation guide or ...
1
vote
1answer
45 views
Getting Valid Inputs for Constrained Field
I have an Informix database that I really would have liked an 'enum' field for. Being that Informix (At least in the version I am constrained to) has no built-in enum type I used some Google-Foo to ...
2
votes
1answer
49 views
How to retrieve the “Is Null Allowed” property from syscolumns in Informix?
I'm trying to figure out how to programmatically determine whether or not the columns of a given table are nullable in an Informix database. I've figured out how to get the column data for any given ...
1
vote
2answers
156 views
How to write this SQL statement correctly?
As written in the title: How to write this SQL statement correctly?
select
sl.switch_ip,
sl.switch_name,
count(m.switch_ip) as macentries,
(select arpentries from (select ...
1
vote
1answer
70 views
How to allow datetime field to accept AM and PM
I have a field in my database of type DateTime but i configure it to be just a time like that 10:00 .
Now i wanna to accept the time in the format like that :
10:00 AM or 10:00 PM ..
0
votes
3answers
107 views
How to execute a LIKE query against a DECIMAL (or INTEGER) field?
Is it possible to execute a LIKE statement against a table column that contains DECIMAL types? Or else, what would be the best way to select matching rows given a number in a decimal (or integer) ...
2
votes
1answer
110 views
How to get previous executed sql in informix
On my esql program when an sql fails and generates the exception I want to print the SQL that generated the exception. For that I need to find out how to get the previously executed SQL. I am running ...
1
vote
1answer
67 views
Informix OBDC error user validation
I have a user called test in an informix database.
when I try to configure an OBDC connection with that user I get an error for invalid user called test@pcname.mynetwork.local.
why do I get ...
2
votes
1answer
25 views
How to constrain insertion into database
What is the best way to add a constraint to the insertion action to a database? I have a small-ish table where one of the columns is a version number. I would like to verify that the version number ...
1
vote
1answer
272 views
High cpu usage by process/informix
I am facing a problem with my process in the production environment and I am able to simulate the issue in my dev environment as well.
The process has 5 threads of which thread 3 & 4 are highly ...
1
vote
2answers
103 views
Does the informix support named parameters?
I have the following query :
public static DataTable GetTasks(int empNum)
{
StringBuilder cmdTxt = new StringBuilder();
Dictionary<string, string> ...
1
vote
1answer
358 views
Copy tables in informix
How can I efficiently copy a table within an informix database? I would like to do something like
create table new_table as (select * from old_table)
but that doesn't work.
1
vote
3answers
401 views
Can't run Informix 4GL Interactive Debugger
I am reading through Informix 4GL By Example. Ex4 is giving a segmentation fault so I am attempting to use the debugger to find out where the program is failing, but the debugger is not working.
From ...
1
vote
1answer
55 views
Exception for making connection to Informix
I am getting '$exception.Message threw an exception of type System.IO.IOException for IfxConnection.Open()'.
This is the code
string conn = ...
5
votes
3answers
171 views
How does the DBMS affect application performance? And Informix GUI tools?
I use Informix DBMS in all my web applications. My question has two parts:
Does the DBMS have a big effect on the performance of my applications
and if the answer is yes what about Informix and `MS ...
1
vote
1answer
113 views
Joining queries in informix
I currently have 2 queries (which I have taken from various pages on the internet) which do the following:
Retrieve all the columns for a given table
Retrieve the PK and FK constraints on a given ...
1
vote
1answer
180 views
Informix: How to average result from Stored Procedure
Let's say I have this function sp_func(startdate, enddate).
To call the function itself I use CALL sp_func(startdate, enddate);.
The function will return a table consisting of:
id name time
...
1
vote
1answer
74 views
integrating Cakephp with Informix database
I have an application and I want to use a table of Informix in my cakephp application. Is it possible?
I just want the users table of informix, the others tables i'll use mysql. Is it possible?
...
1
vote
1answer
357 views
Test connection was NOT successful…Database not found of no system permission
I am having difficulty connecting to a existing Informix database. I am attempting to mimic the configuration that is present on another machine which currently works. By the way, that other machine ...
2
votes
0answers
65 views
Equivalent of 4gl “RECORD LIKE” statement in Java
In 4gl, the statement DEFINE IO_AFPOPF1 RECORD LIKE AFPOPF1.* means all content of table AFPOPF1 assigned to IO_AFPOPF1 variable. If AFPOPF1 table changes, IO_AFPOPF1 also changes automatically.
Can ...
2
votes
3answers
229 views
MS SQL To Informix 11 - Group By converted datetime
I am attempting to move a stored proceedure from Microsoft SQL Server 2000 to Informix 11. The original SP contains a final select statement with a GROUP BY statement that includes a converted ...
3
votes
2answers
382 views
Convert SQL query “SELECT UNIQUE 1…” in Informix-4GL program to Java code
I want to convert Informix-4GL program to Java, and I have some problems. I have a Java code and connect to Informix with success, but I'm having some problems.
How can I use "SELECT UNIQUE 1..." in ...
2
votes
1answer
270 views
Error “Invalid Locales set !!” when trying to install sqldemo on Informix
I am extremely new to Informix and am having some trouble trying to get sqldemo installed.
Set up so far:
openSuse 12.1 (32 bit)
Informix Growth Edition 11.70 UC6
Informix SQL Developer 7.50 UC6
...
1
vote
1answer
229 views
Blob's migration data from Informix to Postgres
I am migrating Informix (11.7) DB to PostgreSQL(9.2). There is only one problem: how to move blob(image) from Informix to PostgreSQL(9.2)? Many thanks in advance.
1
vote
2answers
216 views
Informix trigger for deleting one record
When I perform an task, two rows gets inserted in my table ie. duplication. I need to remove the duplicate by using an after insert trigger. I need to delete one duplicate record from those 2. I need ...
0
votes
0answers
146 views
Informix SMALLINT to SQL Server ETL error [closed]
I imported several SE table schemas to SQL Server, where SMALLINT does not exist. So I changed the SMALLINT's to INTEGER's, then ETL'd the SE data to the SQL tables and I'm getting a data load error ...
1
vote
0answers
165 views
Reporting tool for Informix [closed]
I have to create daily reports that contains data fetched from Informix database by firing some queries.
So far, I came across few options like
Informix Ace reporting
Informix 4GL
Rational ...
1
vote
1answer
165 views
How to use DELIMIDENT with IBM Informix ODBC Driver on Windows
Here is the query we are trying to run inside of SQLRunner over an IBM Informix ODBC Driver on a Windows system. The DB itself is hosted elsewhere.
SELECT keycolumnA AS 'Entity', datacol1, datacol2 ...
1
vote
1answer
73 views
Code fix for decode in Informix
I am using a decode function in Informix database. I am retrieving a field which is an integer datatype. If the value I retrieved is '' then I need to set it as null; if not I am setting the same ...
1
vote
1answer
133 views
Error creating an Informix function
I am trying to create the following function, but its not compiling successfully. I am not sure where the problem is. This is the first time I am trying this one. Can someone please point out the ...
1
vote
1answer
135 views
How can I troubleshoot an Informix -255 “not in transaction” error?
Working with an Informix 11.70 database in non-ANSI, unbuffered logging mode.
I am accessing this database through a GlassFish 3.1.2.2 server with a connection pool set up to use ...
1
vote
2answers
78 views
Doing Math with 2 Subquerys
I have two subquerys both calculating sums. I would like to do an Artithmetic Minus(-) with the result of both Querys . eg Query1: 400 Query2: 300 Result should be 100.
Obvious a basic - in the ...
1
vote
1answer
360 views
Kill delete sessions in informix
By mistake, I performed this query in informix using dbaccess session.
Delete from table #without where condition
Realizing my mistake, that I should have used TRUNCATE, I did another foolishness.
...
1
vote
1answer
173 views
temp table creation in informix 4GL SE
How should I create and populate data in a temp table? then how can I print data retrieved on temp table? I saw example like this; but no further help. SO I need some help.
SELECT DISTINCT * ...
1
vote
1answer
103 views
DELETE blocking INSERT
OS : Solaris
Database : Informix
I have a process which has 2 threads:
Thread 1 dealing with new transactions and doing DB INSERTS
Thread 2 dealing with existing transactions and doing DB DELETES
...
1
vote
2answers
432 views
Specified cast is not valid for the date picker
I try to check null before evaluate the date in my picker because i allow to enter no date :
<telerik:RadDatePicker ID="rpick_to_date" runat="server" Visible="false" SelectedDate='<%# ...
2
votes
0answers
117 views
Dapper not adding parameters
I am trying to use Dapper for our complex queries to remove any lost overhead that was previously existing with NH.
I have the following query (note this has been considerably shrunk):
SELECT ...

