Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » Progress/Openedge database
Progress/Openedge database [message #674559] Fri, 27 May 2011 06:50 Go to next message
Eclipse UserFriend
Hi,
is it possible to use a progress/openedge database with eclipselink?
There is no DatabasePlatform (like
org.eclipse.persistence.platform.database.MySQLPlatform for example) for
progress/openedge. But does another Platform work? Or is there a workaround?

Thanks
Peter
Re: Progress/Openedge database [message #675187 is a reply to message #674559] Mon, 30 May 2011 10:18 Go to previous message
Eclipse UserFriend
As long as Progress is JDBC and SQL compliant you can use the default DatabasePlatform.
You could also use one of the other platforms if Progress is similar to one of them.

A custom platform should only be required to extended support, such as DDL generation, sequencing, pagination, etc.

If you find you need extended support, you could create your own DatabasePlatform subclass using the other available platforms as a reference.
You may also consider contributing it back if it would be useful to other users.
Previous Topic:How to get DataSource Name from entity manager
Next Topic:Select via JPA (eclipselink) hangs on java.net.SocketInputStream.socketRead0(Native Method)
Goto Forum:
  


Current Time: Tue Jul 08 05:45:42 EDT 2025

Powered by FUDForum. Page generated in 0.05075 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top