Re: [sqlite] tool to browse a sqlite database

2009-03-11 Thread RB Smissaert
This is now all sorted and it was indeed a simple bug in the wrapper.
When parsing out the create table statement it hadn't anticipated the double
quotes surrounding the tables and fields.
I understand that this is in fact the standard/recommended way, although I
don't do it myself and prefer: CREATE TABLE Table1([Field1] Integer etc.

The wrapper has been updated and (for VB/VBA users) can be downloaded here:
www.datenhaus.de/Downloads/dhRichClient3.zip
www.datenhaus.de/Downloads/dhRichClient3-Demo.zip

RBS



-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Ralf Junker
Sent: 08 March 2009 14:38
To: General Discussion of SQLite Database
Subject: Re: [sqlite] tool to browse a sqlite database

RB Smissaert wrote:

>What SQLite version produced the file World.db3?

I am not 100% sure about the exact SQLite version which I used to create the
original World.db3, but I am VACUUMing it regularly to bring it up to date
with recent versions. So I expect it should be some version after 3.6.8.

>I ask as my wrapper doesn't pick correctly the fields of a table.
>This is Olaf Schmidt's VB wrapper dhRichClient with SQLite 3.6.11.

I just did a PRAGMA integrity_check; on World.db3 with the SQLite3.exe v.
3.6.11 and it reports 'ok'. Looks like a wrapper problem to me.

>BTW, SQLiteSpy looks a very nice GUI tool.

Thanks!

Ralf 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] tool to browse a sqlite database

2009-03-08 Thread RB Smissaert
OK, thanks to clarify that.
There is no problem with the table SQLiteSpy.db3, so what difference in the
files Word.db3 and SQLiteSpy.db3 could possibly explain this problem?
I have reported this to Olaf and I am sure he will shed light on this.

RBS


-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Ralf Junker
Sent: 08 March 2009 14:38
To: General Discussion of SQLite Database
Subject: Re: [sqlite] tool to browse a sqlite database

RB Smissaert wrote:

>What SQLite version produced the file World.db3?

I am not 100% sure about the exact SQLite version which I used to create the
original World.db3, but I am VACUUMing it regularly to bring it up to date
with recent versions. So I expect it should be some version after 3.6.8.

>I ask as my wrapper doesn't pick correctly the fields of a table.
>This is Olaf Schmidt's VB wrapper dhRichClient with SQLite 3.6.11.

I just did a PRAGMA integrity_check; on World.db3 with the SQLite3.exe v.
3.6.11 and it reports 'ok'. Looks like a wrapper problem to me.

>BTW, SQLiteSpy looks a very nice GUI tool.

Thanks!

Ralf 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] tool to browse a sqlite database

2009-03-08 Thread Ralf Junker
RB Smissaert wrote:

>What SQLite version produced the file World.db3?

I am not 100% sure about the exact SQLite version which I used to create the 
original World.db3, but I am VACUUMing it regularly to bring it up to date with 
recent versions. So I expect it should be some version after 3.6.8.

>I ask as my wrapper doesn't pick correctly the fields of a table.
>This is Olaf Schmidt's VB wrapper dhRichClient with SQLite 3.6.11.

I just did a PRAGMA integrity_check; on World.db3 with the SQLite3.exe v. 
3.6.11 and it reports 'ok'. Looks like a wrapper problem to me.

>BTW, SQLiteSpy looks a very nice GUI tool.

Thanks!

Ralf 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] tool to browse a sqlite database

2009-03-08 Thread RB Smissaert
What SQLite version produced the file World.db3?
I ask as my wrapper doesn't pick correctly the fields of a table.
This is Olaf Schmidt's VB wrapper dhRichClient with SQLite 3.6.11.
BTW, SQLiteSpy looks a very nice GUI tool.

RBS

-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Ralf Junker
Sent: 08 March 2009 09:13
To: General Discussion of SQLite Database
Subject: Re: [sqlite] tool to browse a sqlite database

BareFeet wrote:

>See a comparison of several GUI SQLite tools here:
>http://www.tandb.com.au/sqlite/compare/?ml

SQLiteSpy is missing from the list. It is available from

  http://www.yunqa.de

SQLiteSpy is a Unicode SQLite3 database browser GUI for Win32. Features
include:

* Database at a Glance - The schema treeview displays all items contained in
a database, including tables, columns, indexes and triggers. Press F5 to
update the schema tree, double-click a table or view to display its data,
use the context menu for frequently used commands.

* Grid Cell Editing - Table cells are editable in the grid: Display a table
via the schema treeview, select a cell and press F2 to invoke the editor.
Then modify and confirm to write your changes back to the table.

* Data Type Display - The native SQL data types are displayed with different
background colors to help detect type errors. Type errors can cause
performance degradation or wrong SELECT result sets if NULL values are
confused with empty strings.

* Full Unicode - SQLiteSpy fully supports SQLite's Unicode capabilities.
Data display and entry is completely realized as Unicode, including SQL
commands.

* Multiple SQL Edits - Modern tabs are used to edit and display multiple SQL
queries for easy comparison of query statements and results. SQL queries are
executed by typing or loading them into the SQL edit. Then press F9 to run
the query, or CTRL+F9 to run the current line or selection only.

* Time Measurement - SQL execution time is automatically measured and
displayed to help optimize queries.

* Regular Expressions - The SQL keyword REGEXP is supported and adds the
complete regular expression syntax of Perl 5.10 to SQLiteSpy.

* Mathematical SQL Functions - The following mathematical SQL functions are
available in addition to the SQLite default: ACOS(), ASIN(), ATAN(), ATAN(),
ATAN2(), CEIL(), CEILING(), COS(), COT(), DEGREES(), EXP(), FLOOR(), LN(),
LOG(), LOG(), LOG2(), LOG10(), MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(),
SQRT(), TAN(), TRUNCATE().

* Data Compression - The SQL functions COMPRESS() applies zlib's deflate to
any text or BLOB value. The raw deflate data stream is returned.
UNCOMPRESS() inflates this stream back to the original. Integers, Doubles,
and Nulls are returned unchanged.

* Compact Result Storage - The internal data storage mechanism uses SQLite's
native data types for optimal compatibility. As a result, SQLiteSpy uses far
less memory than other SQLite managers and handles large tables much more
efficiently.

* Built in SQLite Engine - SQLiteSpy comes as a single file executable with
the SQLite database engine already build into the application. There is no
need to distribute any DLLs, which makes SQLiteSpy easy to deploy with
customers.

* Easy Install & Uninstall - To run SQLiteSpy, just extract the
SQLiteSpy.exe file to any directory and execute the file. No installation is
needed - when first started, the program creates a single file SQLiteSpy.db3
(a SQLite3 database) to store options and settings. It does not write any
other files or to the registry. Uninstalling is as simple as deleting two
files only: The application's executable and its options database file.

* Freeware - SQLiteSpy is Freeware for personal and educational use. If you
are using SQLiteSpy commercially, your donation is welcome to promote the
ongoing development of this software.

Ralf  

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] tool to browse a sqlite database

2009-03-08 Thread Ralf Junker
BareFeet wrote:

>See a comparison of several GUI SQLite tools here:
>http://www.tandb.com.au/sqlite/compare/?ml

SQLiteSpy is missing from the list. It is available from

  http://www.yunqa.de

SQLiteSpy is a Unicode SQLite3 database browser GUI for Win32. Features include:

* Database at a Glance – The schema treeview displays all items contained in a 
database, including tables, columns, indexes and triggers. Press F5 to update 
the schema tree, double-click a table or view to display its data, use the 
context menu for frequently used commands.

* Grid Cell Editing – Table cells are editable in the grid: Display a table via 
the schema treeview, select a cell and press F2 to invoke the editor. Then 
modify and confirm to write your changes back to the table.

* Data Type Display – The native SQL data types are displayed with different 
background colors to help detect type errors. Type errors can cause performance 
degradation or wrong SELECT result sets if NULL values are confused with empty 
strings.

* Full Unicode – SQLiteSpy fully supports SQLite's Unicode capabilities. Data 
display and entry is completely realized as Unicode, including SQL commands.

* Multiple SQL Edits – Modern tabs are used to edit and display multiple SQL 
queries for easy comparison of query statements and results. SQL queries are 
executed by typing or loading them into the SQL edit. Then press F9 to run the 
query, or CTRL+F9 to run the current line or selection only.

* Time Measurement – SQL execution time is automatically measured and displayed 
to help optimize queries.

* Regular Expressions – The SQL keyword REGEXP is supported and adds the 
complete regular expression syntax of Perl 5.10 to SQLiteSpy.

* Mathematical SQL Functions – The following mathematical SQL functions are 
available in addition to the SQLite default: ACOS(), ASIN(), ATAN(), ATAN(), 
ATAN2(), CEIL(), CEILING(), COS(), COT(), DEGREES(), EXP(), FLOOR(), LN(), 
LOG(), LOG(), LOG2(), LOG10(), MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(), 
SQRT(), TAN(), TRUNCATE().

* Data Compression – The SQL functions COMPRESS() applies zlib's deflate to any 
text or BLOB value. The raw deflate data stream is returned. UNCOMPRESS() 
inflates this stream back to the original. Integers, Doubles, and Nulls are 
returned unchanged.

* Compact Result Storage – The internal data storage mechanism uses SQLite's 
native data types for optimal compatibility. As a result, SQLiteSpy uses far 
less memory than other SQLite managers and handles large tables much more 
efficiently.

* Built in SQLite Engine – SQLiteSpy comes as a single file executable with the 
SQLite database engine already build into the application. There is no need to 
distribute any DLLs, which makes SQLiteSpy easy to deploy with customers.

* Easy Install & Uninstall – To run SQLiteSpy, just extract the SQLiteSpy.exe 
file to any directory and execute the file. No installation is needed – when 
first started, the program creates a single file SQLiteSpy.db3 (a SQLite3 
database) to store options and settings. It does not write any other files or 
to the registry. Uninstalling is as simple as deleting two files only: The 
application's executable and its options database file.

* Freeware – SQLiteSpy is Freeware for personal and educational use. If you are 
using SQLiteSpy commercially, your donation is welcome to promote the ongoing 
development of this software.

Ralf  

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] tool to browse a sqlite database

2009-03-07 Thread BareFeet
Hi Eric,

> I'm loking for some gui tools for looking at and changing my sqlite  
> database,

See a comparison of several GUI SQLite tools here:
http://www.tandb.com.au/sqlite/compare/?ml

Tom
BareFeet

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] tool to browse a sqlite database

2009-03-07 Thread Eric S. Johansson
I'm loking for some gui tools for looking at and changing my sqlite database,
the only ones I know of are the firefox extension and sqlitemanager.  the
firefox extension fails with:

Error in opening file messages.sqlite - perhaps this is not an sqlite db file
Exception Name: NS_ERROR_FAILURE
Exception Message: Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [mozIStorageService.openUnsharedDatabase]

sqlitmanager has it's own problems.  the database seems sane, sqlite3 likes it
and the app runs.

any other suggestions on what gui management tools are available?

thanks
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users