Top "Informix" questions

Informix is an SQL-based object-relational, OLTP/OLAP, NoSQL DBMS produced by IBM.

Informix for beginner

What is Informix? I understand that it is a DBMS, how well it is comparing to SQL Server in terms …

informix
How to do the BATCH insert in JPA?

I am using JPA with Hibernate persistence. We are using JPA in the following configurations. persistence-api 1.0 version hibernate-core 3.3.2.GA version …

hibernate jakarta-ee jpa informix
How to list all Informix database names

I want to know if there is any way to list (get) all the database names on Informix. I need …

database informix
Informix: How to get the table contents and column names using dbaccess?

Supposing I have: an Informix database named "my_database" a table named "my_table" with the columns "col_1", "col_2" and "…

informix dbaccess
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 …

jdbc odbc informix
How can I INSERT data in TEXT datatype field? (Informix)

CREATE TABLE updater ( nzp_up SERIAL PRIMARY KEY, version VARCHAR(50), status INT, report TEXT ); INSERT INTO updater (version, status,report) …

sql informix
Date format in Informix

Is it possible to print the date in the below format in Informix DB, May 19 1993 12:00AM ? Consider the below eg., …

sql informix to-date str-to-date string-to-datetime
PHP and Informix on Debian - how to install/configure the PDO

This question seems to be asked quite a bit and the answer seems to change with time. I've spent the …

php pdo informix
How to search informix database for a column

I want to be able to search an Informix DB for a column. In the main table there is a …

sql informix
Informix 7.3 isql insert statement - text/blob/clob field insert error

Is a way around this?? I am trying to insert some data into a table whose structure is: Column name …

sql insert blob informix isql