I create a simple application then deploy when run on the local its working
but not run after deploy on the GAE what can do for it any one help me
about this
I am using this code for the connect the google cloud sql
driver:-
page import="com.google.appengine.api.rdbms.AppEngineDriver"
string is:-
DriverManager.registerDriver(new AppEngineDriver());
Connection c = null;
c =
DriverManager.getConnection("jdbc:google:rdbms://codeguestbook:appshilendra/guestbook");
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/Y01-SeH3Y_oJ.
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?hl=en.