As leszek wrote earlier, you cannot use JDBC to connect to MySQL or other traditional database systems directly. You can either run this database outside of App Engine and put a web service in front of it or, more preferably, use App Engine's datastore, which is documented at http://code.google.com/appengine/docs/java/datastore/. - Jason
On Mon, Aug 31, 2009 at 9:30 PM, Raji <[email protected]> wrote: > > A big thanks to you all for quick response...i will try to implement > what you said,but can u explain me in more detail. > > > > cheers > Raji > > On Aug 31, 5:07 pm, Maciej Machulak <[email protected]> wrote: > > You may connect to a database from a Google App Engine application. > > Your data must simply reside outside of the App Engine. You can also > > get data from inside a private network (consider using Google Secure > > Data Connector)http://code.google.com/securedataconnector/. > > > > Cheers, > > Maciej > > > > 2009/8/31 leszek <[email protected]>: > > > > > > > > > "DataNucleus JPA" > > > > -- > > Maciej Machulak > > email: [email protected] > > tel: +48 602 45 31 44 > > tel: +44 7999 606 767 > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
