-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Richard Klein wrote: > Are there any GUI-based tools that provide > management of a remote SQLite database?
SQLite is an in process database and only provides code that ultimately calls the operating system's open/read/write/lock/close methods. There is nothing "remote" to it! > I'm looking for a workstation-based tool > that will allow me to manage a database > on an embedded device. If you can mount the device filesystem onto your workstation then any of the SQLite management tools will work. The wiki contains a list of tools http://www.sqlite.org/cvstrac/wiki?p=ManagementTools If you are using Linux and there isn't an easy way of mounting the device filesystem on your workstation then have a look at FUSE which will let you write simple user space code that does so. http://fuse.sourceforge.net/ Something like sshfs may work for you. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIK/s0mOOfHg372QQRAmuGAJ4iu8x7G4NCaLTHs+seG6kOJcGcYACeNxdl eQ3vGh0zbayWbmtMRVpVpjI= =/5XD -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users