0
votes
1answer
101 views
Pretty Print for (Informix-)4gl code
Hi,
i'm searching for a pretty print program (script, code, whatever) for Informix-4GL sources.
Do you know any ? Than you, Peter.
0
votes
1answer
234 views
Unknown cause of linked server error
We have an old Windows 2000 server running SQL Server 2000 Standard Edition, SP3. This has a linked server setup to connect to an Informix DB via an ODBC connection. For most of th …
1
vote
4answers
510 views
Connecting to Informix database from .Net
What's the best way to connect to a Informix database from .Net?
I'm developing a client-server application based on a legacy Informix DB which used to be connected by JDBC.
I ne …
0
votes
1answer
13 views
Informix SQL text Blob wildcard search
I am looking for an efficient way to use a wild card search on a text (blob) column.
I have seen that it is internally stored as bytes...
The data amount will be limited, but unfor …
0
votes
3answers
26 views
Informix Dynamic Server 2000: How do I enable ODBC?
I have an old server (Solaris 8) running Informix Dynamic Server 2000 Version 9.21.UC4, and I want to get ODBC enabled so that I can get to the data from elsewhere, but I haven't b …
0
votes
1answer
8 views
Informix: Fifo valuation with SQL/Stored procedures
I am using IDS 10 and I have a simple transaction table with the inventory changes with product ID, transaction time, volume, quantity and price.
Is it possible to determine the FI …
0
votes
1answer
22 views
E/R diagrammer for Informix?
Correct me if I'm wrong, but Server studio doesn't have relationship connectors.
Is there a good informix E/R diagrammer out there that generates the code automaticaly?
free woul …
0
votes
2answers
12 views
Informix ODBC Connection Help
I have a development project that requires us to be able to support informix data sources via ODBC. I've downloaded the prebuilt Informix Virtual Appliance from the IBM website and …
1
vote
3answers
4k views
Converting a String to HEX in SQL
I'm looking for a way to transform a genuine string into it's hexadecimal value in SQL. I'm looking something that is Informix-friendly but I would obviously prefer something datab …
1
vote
1answer
69 views
Can’t create Informix stored procedure using ISQL command?
I'm having trouble creating this stored procedure on IBM Informix Dynamic Server Version 10.00.FC9 (see Jonathan Leffler's answer to this post here) using the 'isql' command from I …
3
votes
5answers
560 views
SQL - Converting 24-hour (”military”) time (2145) to “AM/PM time” (9:45 pm)
I have 2 fields I'm working with that are stored as smallint military structured times. Edit I'm running on IBM Informix Dynamic Server Version 10.00.FC9
beg_tm and end_tm
Sampl …
0
votes
1answer
23 views
Does Informix have scheduled triggers?
I need an Informix database to update some records on December 31 at 11:59; can Informix do this on a trigger, or does it have a scheduler of some sorts?
I'm an Informix noob btw. …
0
votes
1answer
55 views
Adding reference to correct version of IBM.Data.Informix library
When I go to reference the Informix client libraries for .NET in Visual Studio (Website->Add Reference) they show up as IBM.Data.Informix (version: 2.81.0.0; Runtime: v1.1.4322; Pa …
0
votes
3answers
96 views
SQL - counting WHERE AGGREGATE>1
Imagine I have a db table of Customers containing {id,username,firstname,lastname}
If I want to find how many instances there are of different firstnames I can do:
select firstna …
0
votes
6answers
126 views
Handling huge numbers C, Java, Informix
Hi all,
We are in a situation to handle numbers with a maximum of 15 digits. We need to parse this value from a text file, through C, store it in Informix table. There is another …
