Sqlfan:

If you really want something to imitate Excel, rather than just using Excel itself and the very capable VBA it includes, one option would be Borland Delphi, using Ralf Junker's Disqlite3 as the wrapper to Sqlite3 and any one of a number of third-party shareware grid components, easily tracked down via Google. Disqlite3 comes with at least one example using such a component. I suspect, however, that you wouldn't get away with a free "personal use" version of either - not if you are working for a client.

I don't think any of us understand why you need a GUI front end to replace Excel when Excel does all the display work for you, and your client is happy with it. Likewise you haven't mentioned how you would write your own GUI. If you are actually capable of doing that, my feeling is that you might as well just get on with it because anything else is going to be a compromise.

Michael Hooker

On 08/01/2008 16:32:08, Mag. Wilhelm Braun ([EMAIL PROTECTED]) wrote:
there are a number of front ends to sqlite - I use sometime tksqlite.
http://reddog.s35.xrea.com/wiki/TkSQLite.html

maybe not exactly what you want - but it might be a starting point.

regards W.Braun


[EMAIL PROTECTED] wrote:
> Still not sure why you want to use SQLite here, but I think to get what
> you want you will have to code
> it yourself.
>
> RBS
>
>
>> Let me be more clear.
There's very little data, and I want to help my
>> client
>> be able to expand his business, so the first step is automating what >> he's
>> been doing by hand.  I can get the excel data into sqlite no problem --

>> and
>> wish to do so in order to START doing automated stuff with the data --
but
>> would like to PRESENT (and only present) the data in the familiar
>> spreadsheet manner.
>>
>> This is a general problem: many people use excel as a database only
>> because
>> of how nice it looks once they add coloring, and because
it's easier to,
>> say, have the three address fields as three columns, even though >> logically



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to