Cygwin has an interesting way of mapping Windows paths to UNIX-style paths to avoid the drive letter.
c:\foo\bar -> /cygdrive/c/foo/bar \\network\share\dir -> //network/share/dir see: http://sources.redhat.com/ml/cygwin/2001-09/msg00014.html Maybe SqliteJdbc or Nested could do something similar when running on Windows. I see that NestedVM already has some mount directory support in UnixRuntime.java and Platform.java. But, then again, the behavior of the native and nested sqlitejdbc drivers would vary depending on the backend, which may not be what you want. Perhaps if the database file/path has even a single '\' or ':' character then it could be mapped to a UNIX-like style path (as above) internally by nestedvm. ____________________________________________________________________________________ Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
