Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-15 Thread Fernando Morgan
Hi Tito, It now doesn't crash immediately after a null and you can re-download it from: http://homepage.mac.com/fernandoluis/.cv/fernandoluis/Public/ SquidSQL.zip-link.zip this might be a little off-topic but I have also started on a 10g "SquidSQL" for Oracle. TOra is having some problems

Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-15 Thread Fernando Morgan
Yes, the problem was with a NULL value, I think. That's the curse of SQL-based RDBMS :-) I am using a "sqlite3_get_table" to get the table data to fill out the right side NSTableView, but I am going to change it. SquidSQL is holding the table data in a NSMutableArray to allow for users

Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-15 Thread Fernando Morgan
Humm. At start, it does a "select name from sqlite_master where type = 'table'" to fill out the left table view. Do you have any tables there in the db? Actually you can create a new table pressing the + button under the left browser. But all columns create are type Text - - Another

Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-15 Thread Tito Ciuro
Hi Jeff, Works for me... By the way, SquidSQL crashed with my data: Date/Time: 2004-12-15 10:10:16 +0100 OS Version: 10.3.6 (Build 7R28) Report Version: 2 Command: SquidSQL Thread 0 Crashed: 0 libSystem.B.dylib 0x90006e40 strlen + 0x20 1 com.apple.CoreFoundation

Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-15 Thread Jeff Edwards
I have tried opening some existing sqlite3 files, but the browser shows nothing. Perhaps i am doing something wrong? it sounds like a great tool! I am on 10.3.6 of OSX Thanks Jeff Edwards On 14/12/2004, at 12:22 PM, Fernando Morgan wrote: For MacOS X 10.3 users; I was going to start to using

Re: [sqlite] ANN: alpha DB sqlite util for MacOS X 10.3

2004-12-14 Thread Darren Duncan
At 11:22 PM -0500 12/13/04, Fernando Morgan wrote: For MacOS X 10.3 users; I was going to start to using sqlite in a project, but I need first to create a skeleton of a browser to add some of my data. If someone wants to use it (disclaimer: version 0.1 software), it's here: