hello,
I read in this thread (http://groups.google.com/group/web2py/
browse_thread/thread/add0a8ff0a086111) that cross database joins are
supported.
I'm trying to get this working.
I define my tables like this:
db1 = SQLDB("sqlite://db1.db")
db2 = SQLDB("sqlite://db2.db")
db1.define_table('a',
hello,
I just noticed that web2py has an easy way to stream data - that's
fantastic!
Currently I upload and download data without streaming which is really
tough on my web2py server.
All the examples I've seen are for streaming a file on the file
system. Is it possible to stream a blob fieldtype
2 matches
Mail list logo