[appengine-java] Re: Oracle JDBC connection in App Engine

2012-01-13 Thread chandrashaker
Hi, GAE supports bigtable DB only, -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/rn7SRsclIxAJ. To post to this group, send email

[appengine-java] Re: Oracle JDBC connection in App Engine

2012-01-12 Thread Simon Knott
Hi, I'm afraid there is no way to connect to external databases. Currently the only access you can have is either to the GAE big table-based datastore via various APIs (JPA, JDO, low level API, or third party such as Objectify/Twig/Slim3), or to external applications via an HTTP interface.