Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Progress/Openedge database
Progress/Openedge database [message #674559] Fri, 27 May 2011 10:50 Go to next message
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
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 14:18 Go to previous message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

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.


James : Wiki : Book : Blog : Twitter
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 Apr 23 10:20:55 GMT 2024

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

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

Back to the top