Hi Massimo,

Thanks for the reply. I have change the line to 

db = DAL('google:sql://username:password@localhost/dbname')

and the GAE logs now show the following:

  File "C:\Program Files (x86)\Google\google_appengine\web2py\gluon\dal.py", 
lin
e 9958, in select
    return adapter.select(self.query,fields,attributes)
  File "C:\Program Files (x86)\Google\google_appengine\web2py\gluon\dal.py", 
lin
e 1704, in select
    return self._select_aux(sql,fields,attributes)
  File "C:\Program Files (x86)\Google\google_appengine\web2py\gluon\dal.py", 
lin
e 1670, in _select_aux
    rows = self._fetchall()
  File "C:\Program Files (x86)\Google\google_appengine\web2py\gluon\dal.py", 
lin
e 1663, in _fetchall
    return self.cursor.fetchall()
AttributeError: 'GoogleSQLAdapter' object has no attribute 'cursor'


Can you please advise ? Thanks and much appreciated.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to