Groups
Groups
Sign in
Groups
Groups
Google Cloud SQL discuss
Conversations
About
Send feedback
Help
how to deploy PHP to Google App Engine and Google Cloud SQL using Quercus?
143 views
Skip to first unread message
Haibin Wang
unread,
Dec 13, 2011, 9:49:29 PM
12/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cloud...@googlegroups.com
I tried to deploy my php application on Google App Engine and Google Cloud SQL using Quercus. But, I got an error message: not suitable Driver.
My code is
import com.google.appengine.api.rdbms.AppEngineDriver;
import java.io.IOException;
import java.sql.*;
java("java.sql.DriverManager")->registerDriver(new Java("com.google.appengine.api.rdbms.AppEngineDriver"));
$c = java("java.sql.DriverManager")->getConnection("jdbc:google:rdbms://soccipasspc:pass-pc/passpc");
..................
Any help are appreicated!
Reply all
Reply to author
Forward
0 new messages