Results 1 to 4 of 4

Thread: Load SQLite database from remote SQL Server

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Load SQLite database from remote SQL Server

    I would like to connect to a database for simple operations (select, insert ...). When I want to write a file everything works fine, but i would like to connect to a database that is NOT on the local machine. Is that possible to connect to a remote database with SqlLite? Thank you for your help.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Load SQLite database from remote SQL Server

    SQLite database files may be shared accross a network using a network filesystem. You don't really need an in-memory database, you can use SQL Server Express on your PC, or a unit-testing VM. These are alternative techniques for remote access to SQLite databases.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: Load SQLite database from remote SQL Server

    This is not the purpose of Sqlite is made to be small, lightweight form of local file. For this, it is better to use MySQL, which is made to connect to a remote server, without being too heavy.

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: Load SQLite database from remote SQL Server

    SQLite is a software library that implements a self-contained, transactional SQL database engine. SQLite allows you to represent your databases as ER diagrams, build queries visually, operate on all database objects, execute queries and SQL scripts, manipulate data (including BLOBs), SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.

Similar Threads

  1. Replies: 5
    Last Post: 19-04-2011, 10:37 PM
  2. How to list all table containing SQlite database
    By Neil'o in forum Software Development
    Replies: 4
    Last Post: 24-02-2010, 11:00 PM
  3. How to remote connections by MySQL database server
    By Arumugan in forum Software Development
    Replies: 4
    Last Post: 13-02-2010, 01:50 AM
  4. Populating sqlite database on iphone
    By tecHAMMER in forum Software Development
    Replies: 3
    Last Post: 01-10-2009, 10:48 AM
  5. Need help to backup database on remote server using Transact SQL
    By Mega mind in forum Networking & Security
    Replies: 2
    Last Post: 18-05-2009, 09:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,928,279.49791 seconds with 16 queries