I think you'll need to build a web service in front of the MySQL db
and call it from GAE's urlfetch.  I don't see how you could connect
directly.

Regards,
Richard

On Oct 22, 7:54 am, seagull1 <davidsei...@gmail.com> wrote:
> For my app, I need to access an external MySQL database and add data
> (this is a connection between my app and a project outside of my
> control). My app uses JDOs and all that what not.
>
> I see that java.sql is on the white list, but perhaps some other
> things are not (Drivers and ability to make eternal connections)
>
> So, is there a way for me to make this connection to the external
> MySQL database?
>
> Thank you for the help
--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to