There are no current plans to enable direct connections to other database
systems via JDBC or the like. You can always set up a web service in front
of your RDBMS and use App Engine's URL Fetch service to interact with it if
you need to access your legacy data in App Engine. Another option is using
the bulk import tool to move your data from your old database to App
Engine's datastore.
- Jason

On Sun, Aug 16, 2009 at 8:19 AM, CoolDude <[email protected]> wrote:

>
> Hi,
>  Thank you for referring me to the relevant articles. Is there any
> plan for GAE to allow user able to direct connect to any other
> database in the future?  From the article, if i have an appengine
> application and want to run db2. i would need to modify the project to
> use datanucleus api directly rather than GAE api.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to