in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Browse by Tags

  • SpatiaLite error

    Hi all! I'm trying to access my SpatiaLite db using System.Data.SQLite. I first tryed to access without using the SpatiaLite extension to access non-spatial data and it worked correctly. Then i put SpatiaLite's dll into the Release folder, added the following 2 lines: cmd.CommandText = "SELECT...
    Posted to Feature Requests (Forum) by axel on 03-25-2009
  • Re: SpatiaLite addition?

    In haste - but it was current versions of everything. What may be catching you is that the system needs to see all the dlls relatiing to spatilite - not just the dll referenced ( I think there are 6) - so I stuck all these in the .NET bin directory as well If you are still having trouble - suggest you...
    Posted to Feature Requests (Forum) by James on 03-23-2009
  • Error using SpatiaLite

    Hi, I have the following problem: In my web application (C#, .net 2.0) I want to use the spatial functions of SpatiaLite. I referenced these dlls: This is my sourcecode: using System.Data.SQLite; ..... string connstring = @"Data Source=C:\spatialite\website\app_data\db.sqlite;Version=3;"; SQLiteConnection...
    Posted to General (Forum) by martinr on 03-22-2009
  • Wrapper with Spatialite on Windows Mobile

    Hi there! I am looking for some advice on how to get the configuration named in the topic running. Currently the attempt to SELECT load_extension('libspatialite-2.dll'); gives me an "os error 0xc1" while the same program is working flawlessly on the desktop. Now I think this is because...
    Posted to General (Forum) by blubbi321 on 03-21-2009
  • Re: SpatiaLite addition?

    Ross, Many thanks for that - just what I was after - worked first time! Thanks James
    Posted to Feature Requests (Forum) by James on 02-09-2009
  • SpatiaLite addition?

    Hi, I've just started using SQLite with the ADO.NET connector and am really impressed - its great! However I also work with a lot of spatial data, and so the SpataiLite extensions to SQLite are really useful to me, but as far as I can see these aren't implemented through the ADO.NET connector...
    Posted to Feature Requests (Forum) by James on 02-01-2009
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems