Re: [sqlite] Simple SQLite-based spreadsheet?

2014-08-29 Thread Drago, William @ MWG - NARDAEAST
-3com.com > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- > boun...@sqlite.org] On Behalf Of Gilles Ganault > Sent: Friday, August 29, 2014 5:09 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Simple SQLite-based spreadsheet? >

Re: [sqlite] Simple SQLite-based spreadsheet?

2014-08-29 Thread Gilles Ganault
On Fri, 7 Dec 2012 22:05:47 -0500, John Gabriele wrote: >Just checked stackoverflow and found this: >https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/ . Might >be what you're after. Thanks. I'll try it, but judging from the screenshots, but it's probably harder

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread John Gabriele
On Fri, Dec 7, 2012 at 12:49 PM, Gilles Ganault wrote: > On Fri, 7 Dec 2012 16:02:13 +, "Duquette, William H (318K)" > wrote: >>I don't think the OP really cares about linking SQLite to a spreadsheet. >>If I'm reading him correctly,

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 07 Dec 2012 19:01:27 +0100, "noel.frankinet" wrote: >The best route is tcl/tk + sqlite I think, tcl and sqlite works >naturally together and tcl/tk has a nice table widget to edit data. >Everything can be bundled together with a tclkit. Et voilà, a killer

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 16:37:51 -0800, Tom Lynn wrote: >Why not use LibreOffice or OpenOffice with the odbc driver for SQLite? Too heavy just to make a list. ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 18:15:11 +, Rob Richardson wrote: >My favorite is SQLiteSpy because it's fast, even though you can't insert or > update data in its grid view (you have to write insert or update queries >to do that, which I admit is a pain, but most of the time

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Tom Lynn
Why not use LibreOffice or OpenOffice with the odbc driver for SQLite? I do it with Excel a lot and just confirmed you can access it with these open source tools, too. On Fri, Dec 7, 2012 at 10:15 AM, Rob Richardson wrote: > There's several GUI-based SQLite tools

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Rob Richardson
There's several GUI-based SQLite tools available now. Maestro was already mentioned. My favorite is SQLiteSpy because it's fast, even though you can't insert or update data in its grid view (you have to write insert or update queries to do that, which I admit is a pain, but most of the time

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread noel.frankinet
Le 7/12/2012 18:49, Gilles Ganault a écrit :On Fri, 7 Dec 2012 16:02:13 +, "Duquette, William H (318K)" wrote: I don't think the OP really cares about linking SQLite to a spreadsheet. If I'm reading him correctly, he's just looking for an easy way to

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 16:02:13 +, "Duquette, William H (318K)" wrote: >I don't think the OP really cares about linking SQLite to a spreadsheet. >If I'm reading him correctly, he's just looking for an easy way to >populate SQLite database tables using a simple GUI

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Duquette, William H (318K)
I don't think the OP really cares about linking SQLite to a spreadsheet. If I'm reading him correctly, he's just looking for an easy way to populate SQLite database tables using a simple GUI he doesn't have to develop himself, and doesn't have to pay a lot of money for. In other words, he wants

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Marcus Ilgner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Freitag, 7. Dezember 2012 16:38:05, David Bicking wrote: >> From: Gilles Ganault > >> On Fri, 7 Dec 2012 13:37:45 +, Simon Slavin > wrote: >> Use the free SQLite shell tool downloadable from the

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread David Bicking
>From: Gilles Ganault >On Fri, 7 Dec 2012 13:37:45 +, Simon Slavin wrote: >Use the free SQLite shell tool downloadable from the SQLite site. > >Write your own interface in PHP using the sqlite3 interface which does exactly >what you want.

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 13:43:03 +, "Black, Michael (IS)" wrote: >http://www.sqlmaestro.com >May do what you want... Thanks. I'll check that their SQLite tool does. www.sqlmaestro.com/products/sqlite/ ___ sqlite-users mailing

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 08:39:07 -0500, Kevin Benson wrote: >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,

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Black, Michael (IS)
...@sqlite.org] on behalf of Gilles Ganault [gilles.gana...@free.fr] Sent: Friday, December 07, 2012 7:41 AM To: sqlite-users@sqlite.org Subject: EXT :Re: [sqlite] Simple SQLite-based spreadsheet? On Fri, 7 Dec 2012 13:37:45 +, Simon Slavin <slav...@bigfraud.org> wrote: >Use the free SQL

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 13:37:45 +, Simon Slavin wrote: >Use the free SQLite shell tool downloadable from the SQLite site. > >Write your own interface in PHP using the sqlite3 interface which does exactly >what you want. Thanks but before I build my own, I wanted to check

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Kevin Benson
On Fri, Dec 7, 2012 at 7:04 AM, Gilles Ganault 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 Sqliteto host the data

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Simon Slavin
On 7 Dec 2012, at 1:34pm, Gilles Ganault wrote: > Thanks for the info, but having to buy MS Office and install/configure > ODBC is a bit on the heavy site. I for one would be interested in a > basic spreadsheet just to create a table and enter data. Oh, I thought you

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
On Fri, 7 Dec 2012 11:27:57 -0200, Jonas Malaco Filho wrote: >Maybe you can achieve this if you use ODBC connectors and Excel Tables. Thanks for the info, but having to buy MS Office and install/configure ODBC is a bit on the heavy site. I for one would be interested

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Jonas Malaco Filho
Maybe you can achieve this if you use ODBC connectors and Excel Tables. *Jonas Malaco Filho* 2012/12/7 Gilles Ganault > 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

Re: [sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Simon Slavin
On 7 Dec 2012, at 12:04pm, Gilles Ganault wrote: > Namely, a basic, no brainer MS Access relying on SQLite. Have you see this ? http://sqlite.awardspace.info/syntax/sqliteodbc.htm Simon. ___ sqlite-users mailing list

[sqlite] Simple SQLite-based spreadsheet?

2012-12-07 Thread Gilles Ganault
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 Sqliteto host the data - make it very easy to add a table anc columns (possibly several related tables) - display a