Re: [appengine-java] Example GAE with Cloud Sql

2012-01-22 Thread Bobert
Thank you but what you wanted to write. I see no answer! -- 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/-/oUctSf8CI-QJ. To post to this

Re: [appengine-java] Example GAE with Cloud Sql

2012-01-22 Thread Narinder Kumar
Hello Bobert, Not sure whether it may be the cause but : Instance == Your Google API Project ID:InstanceName HomeCome == Your DB created within the instance. For example in my case the code snippet is something like: Connection connection = null; try { DriverManager.registerDriver(new

Re: [appengine-java] Example GAE with Cloud Sql

2012-01-22 Thread JT
Try both empty. Works for me couples of weeks back. HTH On Jan 21, 2012 5:53 PM, Bobert balz.r...@googlemail.com wrote: Hello, I've tried this example https://developers.google.com/cloud-sql/docs/developers_guide_javamodified with following changed code: public String getEmployee() throws

Re: [appengine-java] Example GAE with Cloud Sql

2012-01-21 Thread kwanja9999
] Example GAE with Cloud Sql Hello, I've tried this example https://developers.google.com/cloud-sql/docs/developers_guide_java modified with following changed code: public String getEmployee() throws SQLException { String name = ; Connection c = null; c