Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
Posted by: Peter Poulsen
Date: August 16, 2005 01:10AM

I also happen to have some problems migrating from Progress to MySQL, though it is different problems.

<crosspost>http://forums.mysql.com/read.php?79,39528,39528#msg-39528</crosspost>;

I have some some queries that include where clauses like this:
... WHERE (NOT Anvgrp='P')

which in Progress does the same as the following does in MySQL:
... WHERE NOT (Anvgrp='P')

Unfortunately, I'm not able to change the queries so I need to make MySQL accept the first version. Any ideas anybody?

Yours
Peter

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
August 16, 2005 01:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.