Tagged Questions
1
vote
1answer
49 views
ODBC linked table not showing fractions of seconds
I have linked an IBM informix database table through an ODBC connection to an Access 2010 database. My issue is that the date field in this table only shows dd/mm/yy HH:nn:ss in the Access view, where ...
0
votes
0answers
45 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.
3
votes
2answers
177 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
1answer
82 views
Addressing to temporary table created through CDatabase::ExecuteSQL
Consider following code and advise, why can I not address the temporary table created in the current session.
CDatabase cdb;
CString csConnectionString = "Dsn=prm2;Driver={INFORMIX 3.34 32 ...
3
votes
1answer
725 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 ...
1
vote
2answers
224 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 ...
1
vote
1answer
68 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 ...
1
vote
1answer
393 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 ...
1
vote
1answer
178 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 ...
2
votes
0answers
130 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 ...
1
vote
1answer
220 views
Informix SELECT FIRST returning less rows
I am working on an import application to retrieve around 1 million records from an Informix database and bulk insert it in a MSSQL database. The query is simple: SELECT * FROM <view_name>. To ...
1
vote
1answer
723 views
How to pass an Informix Collection Parameter (LIST, SET, MULTISET) in c# through an ODBC Connection
I'm looking for a way to pass an Informix List Parameter in C#.
I asked a previus question of How to pass a multi value parameter to Informix, but now I need to execute it from C#.
The related ...
1
vote
1answer
243 views
Informix ODBC Query Appends Time on a date field
I have a .aspx page that has query to and informix database. This query is done via an odbc connection and is put into a datatable. Then this datatable is used as the datasource for a radio button ...
1
vote
1answer
250 views
Informix CSDK install failing
I'm trying to install the Informix CSDK to get the drivers for an ODBC connection using Perl and DBD::ODBC. When running the ./installclientsdk, I'm getting the following error:
Initializing ...
2
votes
1answer
394 views
Perl DBD::ODBC to Informix DBMS
I'm attempting to bring up an ODBC connection to an Informix DB inside a Perl script (v5.12.4) using DBD::ODBC. I've read through lots of docs and seem to be hitting a wall and was hoping to get some ...
1
vote
1answer
296 views
Parser stack gets full while querying an Informix databse making use of ODBC connection
I made an ODBC connection to an Informix database. While doing a load test for the db, it gives an error "not enough space for parser stacks" after ~12K insert queries. The control flow is:
...
1
vote
1answer
572 views
JDBC/ODBC connection to Informix with Openoffice BASE on Windows 7. Will not show table lists
I've attempted this with ODBC drivers, and JDBC drivers. I'll list both approaches separately.
ODBC approach
I'm using the ODBC driver found here:
...
1
vote
2answers
154 views
ODBC Call Syntax for multiple return values
So first off, sorry for the length of the question...
So basically I'm having issues calling a stored proc from an Informix database where the stored proc has multiple return value, while using ODBC ...
1
vote
1answer
280 views
how to reduce time out connecting to a informix instance
I need to reduce the time to get an error when connecting to an unavailable instance.
The problem is that I can't modify the machine configuration. And currently I'm using the ODBC drivers.
The ...
2
votes
2answers
692 views
Core dump on BLOB insert in informix via ODBC
Connecting to version 11.50 version of IDS with transaction logging turned on:
onstat -version
Program Name: onstat
Build Version: 11.50.UC5XE
Build Number: N104
Build Host: ku
Build OS: ...
1
vote
1answer
1k views
Unable to connect on Linux to Informix database with Mono
I am trying to use Mono to access an Informix (IDS 11.7) database
on Linux (Centos 5.4)
I can access a mysql database using the small program below with no problems.
I can "isql unicare" with no ...
2
votes
2answers
921 views
Change/Create ODBC connection from code
I'm working against a Informix DB from C# ASP .Net 4.0 via an ODBC connection. This database does change frequently so I read out what DBs that are installed from the sysmaster table.
Depending on ...
2
votes
4answers
495 views
Informix - '||' operator not working over ODBC connection
I am building a report in Reporting Services 2005, where the data is retrieved from an Informix database. The connection to the database is declared via ODBC. Here is the simpler version of the ...
1
vote
1answer
1k views
unable to find the requested .net framework data provider. it may not be installed
I am trying to connect to an informix database on a 64 bit windows 7 pc. I have been able to make the connection just fine on a 32bit pc, but I get the above error when trying to run it on the 64 bit ...
1
vote
1answer
462 views
ODBC error when connecting to Informix DB with mono installed
I have recently installed Mono on our Fedora Linux system so that we are able to run ASP.NET applications on it. I was able to get this part up and running, but the problem is we use a Informix DB ...
2
votes
1answer
4k views
How do I connect to Informix with .NET?
Background Information:
Visual Studio 2010 (.NET Framework 4.0)
Informix Server 7.31
Informix ClientSDK 3.50 TC7 (Windows 32-bit) was installed as well.
I have tried multiple ways suggested online ...
1
vote
1answer
850 views
informix odbc connection slow to open in asp.net
I have an application that takes a long time to open odbc connections (like 20 sec) also takes forever using arcmap and arcsde
but when I try the connection on the odbc data source administrator, it ...
1
vote
2answers
657 views
ODBC Support for Informix Serial and BigInt Data Types
I have Informix Dynamic Server 11.50 and Informix Client SDK 3.5 installed on my server. I am developing a .NET application to read data from Informix database using ODBC functions.
In the database, ...
1
vote
1answer
160 views
Connecting to Informix 3.30 with SimbaServer middleware
I have a client that I'm trying to do some data migration out of an old route-accounting system for. The system has an Informix 3.30 database with SimbaServer middleware sitting on top of it. From ...
1
vote
2answers
557 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 am able see the ...
1
vote
2answers
1k 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 been able to find ...
1
vote
1answer
221 views
Informix timestamps in Oracle (via ODBC)
I need to select some values from an Informix database via Oracle ODBC. One of the columns is a timestamp, and when I just select it all I see in SQL*Plus is the date value. How do I get the time as ...
1
vote
1answer
558 views
Lost RPC connection to remote Agent error with Oracle connected to Informix
I am having a problem with a simple data importer / updater that takes data from Informix, inserts it into a table in Oracle, and updates a flag in the original table. The set up is this
Pro*C ...
1
vote
2answers
2k views
Tracing ODBC calls for Informix Client for Linux
I tried to trace ODBC function calls from my program working on Linux. This program dynamically links ODBC manager and then connect to database and fetch some data.
I can trace ODBC calls with ...
5
votes
1answer
6k views
Consistent method of inserting TEXT column to Informix database using JDBC and ODBC
I have problem when I try insert some data to Informix TEXT column
via JDBC. In ODBC I can simply run SQL like this:
INSERT INTO test_table (text_column) VALUES ('insert')
but this do not work in ...
2
votes
2answers
3k views
How to get trailing spaces from varchar column in Informix using ODBC
I cannot get trailing spaces from varchar column in Informix database.
I created test table, filled it with field with some trailing spaces,
but they are not returned by SELECT while it seems they ...

