How 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 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 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 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 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 ArticleTo translate judgment (1 reply)
hello!! The judgment select in formix "select rowid from customer", like serious in mysql? Thank you.
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 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 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 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 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 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 Article