On Fri, Dec 7, 2012 at 7:04 AM, Gilles Ganault <gilles.gana...@free.fr>wrote:

> Hello
>
> I need to enter a bunch of items into a table that I can later read
> from a web app.
>
> I was wondering if someone had come up with a Windows application that
> would...
> - use Sqlite    to host the data
> - make it very easy to add a table anc columns (possibly several
> related tables)
> - display a spreadsheet to make it easy to add data
> ?
>
> Namely, a basic, no brainer MS Access relying on SQLite. Considering
> so many people use Excel as poor man's database because anyone can use
> it while Access takes some learning... I think there's an opportunity
> here.
>
> Thank you.
>

http://sqliteforexcel.codeplex.com/

This project, *SQLite for Excel*, is a lightweight wrapper to give access
to the SQLite3 library from VBA. It provides a high-performance path to the
SQLite3 API functions, preserving the semantics of the SQLite3 library
calls and allowing access to the distributed SQLite3.dll without
recompilation.

--
   --
      --
         --Ô¿Ô--
        K e V i N
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to