On May 25, 4:05 am, "Robert Buck" <[EMAIL PROTECTED]> wrote:
> I am trying to connect to a remote server using the jdbc for sqlite.
> However, I am unsure what the jdbc url is supposed to be. The server is
> cs.byu.edu. My files are then stored on an f: drive. If I were to use a
> regular url, the file I am trying to access would look like
> this:http://students.cs.byu.edu/~cs142headta/grades.db Does anyone know how I
> would convert this to a jdbc url. I have tried many different things,
> however, I always get an out of memory error when I try to access the
> database. Any help would be greatly appreciated.
>
> Robo
SQLite is not designed for use over a netowrk. You might be better
with a client-server model database, such as MySQL (which like SQLite
is free). There are also JDBC drivers avaliable for MySQL too.
Adam
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---