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.

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top