Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
Posted by: Thorbjørn Weidemann
Date: August 03, 2005 06:42AM

Hi again,

Uncommenting that section didnt help. But replacing line 86 in that file (return DriverManager.getConnection(jdbcConnectionString);) with a hardcoded connectstring like this:
return DriverManager.getConnection("jdbc:JdbcProgress:T:192.2.2.26:2500:bookingdb", "<user_removed>", "<password_removed>");

works. Of course later there are problems, but this might help you track down exactly what is wrong?

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
August 03, 2005 06:42AM


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.