Re: [sqlite] GUI design & managment tool?

2009-08-04 Thread Alex Mandel
Allen Fowler wrote: > Hello, > > Can anyone recommend a Free, or reasonably priced Non-Free, GUI tool for > creating and maintaining an SQlite databases that can run on both Windows and > Linux? > > (Support for visual relation design would be great, too.) > > I found a list at: > http://www.s

Re: [sqlite] GUI design & managment tool?

2009-08-04 Thread BareFeet
Hi Allen, > Can anyone recommend a Free, or reasonably priced Non-Free, GUI tool > for creating and maintaining an SQlite databases that can run on > both Windows and Linux? > > (Support for visual relation design would be great, too.) I've posted a detailed comparison of various SQLite GUI b

Re: [sqlite] GUI design & managment tool?

2009-08-04 Thread Shaun Seckman (Firaxis)
I've tried many free tools as well as shareware tools. Here are my two favorites and why: SQLite Manager for Firefox, Thunderbird, etc: http://code.google.com/p/sqlite-manager/ This one is simply amazing! It does everything I want, supports multiple platforms and is completely free. It

Re: [sqlite] Data synchronization between two offices

2009-08-04 Thread Rich Shepard
On Tue, 4 Aug 2009, Rstat wrote: > But today we sell more and more books and the addition of a database means > we need to synchronize our data from the warehouse database to the main > office one, mainly to be able to know what kind of stock we have. I think > we will have to go with a batch sync

[sqlite] Data synchronization between two offices

2009-08-04 Thread Rstat
Hi everyone, After building a database for our growing company, we have a problem with our data and its synchronization. Our company has a rather small, but growing, book warehouse and sells books online. We have been able to deal with orders and stock because sales were not that large. But to

[sqlite] GUI design & managment tool?

2009-08-04 Thread Allen Fowler
Hello, Can anyone recommend a Free, or reasonably priced Non-Free, GUI tool for creating and maintaining an SQlite databases that can run on both Windows and Linux? (Support for visual relation design would be great, too.) I found a list at: http://www.sqlite.org/cvstrac/wiki?p=ManagementTool

Re: [sqlite] New group_split() function as inverse of group_concat()

2009-08-04 Thread Igor Tandetnik
Alexey Pechnikov wrote: > Can somebody to show example of the group_split() function? > PRAGMA can return rowset but how to do this in user functions? I'm pretty sure SQLite doesn't support that. Igor Tandetnik ___ sqlite-users mailing list sqlite-us

Re: [sqlite] help with inconsistent results and segfault

2009-08-04 Thread Pavlos Christoforou
Thanks Dan much appreciated We are using 3.6.2 (the standard version on our ubuntu machines). We will upgrade to 3.6.16 Regards Pavlos - "Dan Kennedy" wrote: > On Aug 4, 2009, at 4:58 AM, Pavlos Christoforou wrote: > > > Hello all, > > > > We are currently evaluating sqlite for using it