I have already PHP in GAE with Quercus, but I'm trying to access my google spreadsheets and I want to SELECT, INSERT INTO, UPDATE and also DELETE(or DROP, forgot the function) just like in mysql. How to do it??
Asked
Active
Viewed 571 times
0
-
Spreadsheets are not relational databases. What makes you think you should be able to use SQL commands with them? – Nick Johnson Aug 08 '11 at 03:22
1 Answers
0
You're probably gonna need the library Google provides: http://code.google.com/apis/gdata/docs/client-libraries.html

Jorge Guberte
- 10,464
- 8
- 37
- 56