Question

First of all, can anybody tell me if Dropbox.com has write access.

if so then how would you access an SQLite .db file hosted there within your Java applet

specs:

I'm using Eclipse Helios
Using David Crawshaw's SQLite jdbc driver (v. 056)

not sure what other info you might need, if you need more info then leave a comment.

No correct solution

OTHER TIPS

You cannot share a writable SQLite database via Dropbox. SQLite needs file system access to the database file for all applications that read or write the file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top