You can write a local Java application that reads data using the JDBC
driver and inserts it into your datastore using the RemoteDatastore
library:
http://code.google.com/p/remote-datastore/
I use this code to read local data from a CSV file and "push" it to
either my local App Engine envir
Hi,
I'm trying to develop an AppEngine application in Java, that will read
some values from a local MSSQL database on our internal network using
Microsoft's JDBC driver, and then insert those values into a reference
spreadsheet in our Google Docs domain.
I'm falling at the first hurdle!
I have E