Group by problems (1 reply)
In INFORMIX, an early version, I have a table created as follows: create table "test".salvari ( codc char(5), codfisc char(20), nrprezi integer, nrprezf integer, buc integer, taxa float, fel char(1),...
View ArticleHow to transfer data b/w remote Informix NTS 2000 db server to local MySql...
Hi friends, Please help me to find a way to transfer data from a remote infomix database to local MySql database.Using dbacess tool i can make a flat file and later transfer it to my local pc and load...
View ArticleView Problem with joins (no replies)
Hy, I have this problem. Informix select * from outer(ref x0 ) ,en x1 ,enc x2 where (((x1.p = x0.c ) AND (x1.n = x2.n) ) AND (x2.c = x0.c ) ) ; And in mysql, I'm doing from enc x2, en x1 left join...
View ArticleMigrate informix programming language to MSQL? (3 replies)
Hello, glad i found a forum with msql & informix issues. I'm not a DB geek, so i'd be grateful to get some help... our SMB plans to upgrade our old unix system to linux on the one hand, and our...
View Articleconnecting to source db (no replies)
Hi, I am trying a migration from informix to mysql using the migration tool - I have fallen at the first hurdle...can anyone give me a heads up on the following error: Connecting to source database...
View ArticleInformix unload command returning null i.e || (no replies)
Hi, We have problem when unloading a column containg empty string(space's) from an Informix database table, i.e. the unloaded column looks like || rather than | |. So when we load this data into the...
View ArticleInformix talking to MySQL (5 replies)
Hello, I would appreciate if anyone on this forum can provide me with any pointers to the following problem: we are trying to have a copy of data located in Informix replicated in MySQL, that is...
View ArticleTo translate judgment (1 reply)
hello!! The judgment select in formix "select rowid from customer", like serious in mysql? Thank you.
View Articleinterval data type (1 reply)
I suggest adding the interval datatype to mysql as it is in Informix. There already is the interval syntax in date/time functions. It should be natural and easy to add the interval datatype to the...
View ArticleSequential mysql reads (1 reply)
Hi there, hopefully someone can help me! The company I work for has an application that uses Informix C-Isam as it's database. We don't do anything too spectacular with it, we read, read next, update,...
View ArticleHelp with informix and mysql (no replies)
I know maybe some of you know already the answer but in this new thing we are newbie,, we need to migrate a database from informix to mysql, can that be done directly from mysql? can it be done with...
View ArticleDynamic SQL in Stored Procedure (no replies)
When I insert new row in `cdr` table, I get following error. I am using MYSQL Server version: 5.0.24a-community-nt, and that version support dynamic sql (prepare and execute statments) in Stored...
View ArticleDynamic SQL is not allowed (no replies)
I have to choose the table name on fly in the trigger and then pass dynamic sql to Stored procedure which make use of PREPARE and EXECUTE statements.I know that triggers can't have PREPARE and EXECUTE...
View ArticleInformix JDBC setup - RH 6.2 (no replies)
Can anyone advise how to setup an Informix JDBC on a redhat 6.2 server? Is it at all possible - or is the OS too old to support the JDBC? Any tips / suggestions
View ArticleInformix C API conversion to MySQL C API (1 reply)
Is there any easy way/tool to convert Informix C Api functions to MySQL c API functions?
View ArticleMYSQL process infinitely hanging on an INSERT (no replies)
Hi, I posted this problem since 5 days, desperately waiting for answer but did recieve nothing. May be informations I gave were not clear enough. I do another post with more clear information. This...
View ArticlePorting procedures - SYSTEM function (no replies)
In porting some stored procedures from Informix to MySQL it appears that MySQL does not have an equivalent function to the Informix SYSTEM function. Is this correct? Or is there some other way to...
View Articlelike query (1 reply)
want to fetch data from three table to have the relation but one of the table as field owner_name and another as first name and last name how to solve this type of query select si.*,co.firstname as...
View ArticleInformix to MySQL (2 replies)
Hi, Here is a small script to convert Informix dbexport files to MySQL format. http://ifx2mysql.moua7.com/ifx2mysql.tgz Cheers, -- Ali
View ArticleFull-text search in informix db (1 reply)
Im looking for any full-text search engine that can be use with informix db ? I know sphinx but unfortunately sphinx can't talk to informix. Anyone know?
View ArticleExcalibur text search (no replies)
Hi all, Anyone here using Excalibur text search for informix database ? If yes, hows the search performance ?
View ArticleError Load Data Use '|' (no replies)
EXample File .txt 1|30/04/1999|5051000002|0.0|5.0|0.0|51.0|1.0|-144.21|-144.21|5.74|1.0|migracion|0.0|50.0|50.0|AXN|15:38:27|03/05/1999|...
View ArticleHow familiar is MySQL to an old Informix guy? (no replies)
Hi Way back in the 90's I used to an Informix DBA - even writing 4GL! I'm thinking of moving http://www.buycake.co.uk to MySQL, does Informix experiene help? Cheers Rorie
View ArticleTo Cluster Option in MySQL (no replies)
Hi, I am using following sql statement in informix to cluster the indexes. ALTER INDEX ix_cust TO CLUSTER; What is the sql command for the same in MySQL? Please help. Regards, -Sandeep Pant
View ArticleHow to update Database/table from Informix IDS to MySQL on daily basis,...
Dear Sir, i request somebody please help me out with it, i am a newbie.i have a main database in INFORMIX IDS Server.Now i want to replicate the same db in MySQL with the same schema. Informix Server...
View ArticleMigrate Informix database to MySQL (2 replies)
Hello to everyone in this forum. Does anyone knows any free (or at least commercial) tool which can migrate Informix database to MySQL? Anyone has done it before?
View ArticleLOAD DATA INFILE command NULL value handling... (no replies)
Content deleted, NC 3rd March 2010.
View ArticleC-ISAM mounted/loaded in MySQL? (no replies)
Greetings, I am working with .dat and .idx table files powered by C-ISAM for a proprietary system. These files are not readable plain text for the most part. Is it possible to mount these in MySQL in...
View ArticleMigrating from InformixDB to MySQL (2 replies)
Hi. I am consulting on a project that involves moving some data from an Informix database to a MySQL database. The current setup is that the Informix Database is hosted on a UNIX (Sun) machine, and...
View Article