Search found 38 matches

by Orbmu2k
12.09.2008, 10:08
Forum: SQLite Administrator
Topic: When a new version of the program ?
Replies: 4
Views: 3357

To jump to newer sqlite builds you simply have to replace the sqlite3.dll with the latest binary from sqlite.org. Its written in Delphi and based on ZeosLib of course. ;-) Currently the development of sqliteadmin has stopped, but since D2009 seems to bring (finally) full Unicode support there maybe ...
by Orbmu2k
11.08.2008, 10:16
Forum: SQLite Administrator
Topic: Bug reports for SQLite Administrator application
Replies: 4
Views: 1664

Bugs: A) its by design, the content of the selected table will only be shown if the result tab is currently visible on selecting. B) no screenshot attached, but i have seen this behavior by other users ... at mine all looks fine ... C) dbgrid columns will arranged by fieldsize by default. doubleclic...
by Orbmu2k
11.08.2008, 10:01
Forum: SQLite Administrator
Topic: Anyway to shrink the file size?
Replies: 2
Views: 891

yes, the "clean up database" menu item does the vacuum command for you
by Orbmu2k
07.04.2008, 10:15
Forum: SQLite Administrator
Topic: DB's Created with sqadmin only usable within sqadmin
Replies: 1
Views: 1583

You may need to use almost the same version of the SQLite Lib (e.g. sqlite3.dll) in both, yours and mine.
by Orbmu2k
18.02.2008, 13:00
Forum: SQLite Administrator
Topic: German umlauts as ä, ö, ü ???
Replies: 2
Views: 1928

Der SQlite Administrator hat keine Unicode oder UTF8 Unterstützung. Wird es vermutlich auch nicht mehr geben, da ich kaum noch Zeit für die Pflege des Tools habe. Schau dir mal SQlite Spy an, das hat Unicode Unterstützung.
by Orbmu2k
08.02.2008, 08:56
Forum: SQLite Administrator
Topic: qAdmin error
Replies: 3
Views: 2193

take care that there are no special chars in the whole path and the filename
by Orbmu2k
14.10.2007, 10:09
Forum: SQLite Administrator
Topic: [Request] Export to .sql
Replies: 5
Views: 3026

Re: [Request] Export to .sql

The first three points are important. ... Please make it as a Import too The first three points are in fact unsupported sql for sqlite ... I don't want to build my own sql parser to add features wich sqlite itself does not have. Since ive not that much time for the dev of sqlite administrator, its ...
by Orbmu2k
14.10.2007, 09:19
Forum: SQLite Administrator
Topic: [Request] Export to .sql
Replies: 5
Views: 3026

Sorry but its impossible, beacuse this is unsupported sql for SQLite.
by Orbmu2k
19.09.2007, 07:41
Forum: SQLite Administrator
Topic: "having" keyword not syntax highlighted
Replies: 3
Views: 2230

very nice ... ive wished me something like this a lot of times :)
by Orbmu2k
19.09.2007, 07:08
Forum: SQLite Administrator
Topic: "having" keyword not syntax highlighted
Replies: 3
Views: 2230

Iam not sure how to use the "having" keyword but i will consider this in the next version ;-)
by Orbmu2k
19.09.2007, 07:06
Forum: SQLite Administrator
Topic: Licence question: educational use ?
Replies: 2
Views: 2270

no problem, sqlite administrator can be used for education of course without my special aproval :)
by Orbmu2k
14.09.2007, 10:52
Forum: SQLite
Topic: inserting/modifying non displayable charackters
Replies: 1
Views: 1248

you should adress this feature requests to the sqlite developers ... the sql syntax is no zeoslib part ;-)

http://www.sqlite.org/support.html
by Orbmu2k
04.09.2007, 11:44
Forum: SQLite Administrator
Topic: Bug in Edit Data > Delete
Replies: 6
Views: 2907

yeah i think i know whats going wrong... on a table without a primary key the dataset does not know what row it have to delete. i think this issue is related to zeoslib ... it must user the "rowid" feature if there is no primary /unique key available. for workaround this bug you simply hav...
by Orbmu2k
04.09.2007, 07:32
Forum: SQLite Administrator
Topic: Bug in Edit Data > Delete
Replies: 6
Views: 2907

I can not confirm this bug.