If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
We trying to migrate from SQL2000 to Informix. In SQL table names are created with spaces in the names (like "bank names" etc). Can we create a table name with space in Informix?
Hi,
Is not advisable in Informix, but define DELIMIDENT=1 and put the name among quotation marks.
Exam. export DELIMIDENTE=1, run dbaccess, then create table "my table" ...
Hi,
I have tested it in 7.31 and in 9.4 and functions fine.
Please, define in environment "export DELIMIDENT=1", next run dbaccess .... create table "my table" ( .....);