Anyone know the proper way to specify a drive-letter in the JDBC URL you pass to open the connection? For example, if my DB is on the "D drive", I need to pass something like "jdbc:sqlite:D:\mydb.db" but that obviously doesn't work. Is this a bug/limitation or is there some already-known workaround that I can use? Thanks, AJ