My developer machine is a Windows 7 64bit and have some programs on 32 an others on 64 bits since the upgrade of the 3.70FC3 and 3.70TC3, I\'m having problems compiling with VisualStudio 20开发者_JAV
I am developing an application (.Net) that supports Oracle, Sql Server and Informix as the data repositories. A problem with Informix is that one table (this is legacy stuff) has a primary key of 2048
I\'m looking for the data dictionary for Informix 9.53C1 system tables/catalog. I\'ve found a couple sites that show some of these tables, but I 开发者_开发问答couldn\'t find a full, comprehensive li
I am trying to convert an Informix query to Oracle: The Informix query looks like this: SELECT r.aa, n.bb, nd.cc,u.id, ud.dd, g.attr
How do I write an Oracle query which is equivalent to the following Informix query? select tab1.a,tab2.b,tab3.c,tab4.d
For a new project, we will start with Informix 11.70 Innovator-C editi开发者_开发问答on, which is free. Later we plant to migrate to Growth edition, if performance requires it, and finnalyto Ultimate
While trying to update an Informix table via a Python script I am getting the error: Character to numeric conversion error (-1213)
I need to run dynamically constructed queries against Informix IDS 9.x; while WHERE clause is mostly quite simple, Projection clause can be quite complicated with lots of columns and formulas applied
Is there any way to use the SqlBulkCopy class with Informix database, or any al开发者_StackOverflow中文版ternative, because really I need this class behavior with my Informix database.
I make an outer join and executed successfully in the informix database but I get the following exception in my code: