David,

In SQLiteJDBC, will the external JDBC connect string vary depending on 
whether you happen to be using the native JNI SQLite backend or the 
NestedVM backend?

   jdbc:sqlite:c:\foo\bar.db
or
   jdbc:sqlite:/c/foo/bar.db

If so, it will surprise Windows users.

Or do you intend to hide these filesystem details within SQLiteJDBC 
itself?

--- Brian Alliet <[EMAIL PROTECTED]> wrote:

> 
> On Fri, Jun 29, 2007 at 05:56:41PM +1000, David Crawshaw wrote:
> > I plan on catching paths in the SQLiteJDBC driver that look like
> > "C:\file" and converting them to "/cygdrive/c/file", which is about
> 
> One other thing I forgot to mention. There is a mapHostPath function in
> UnixRuntime that'll turn a c:\file into /c/file for you. You don't need
> to roll your own.
> 
> -Brian
> 



       
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to