Search found 38 matches

by Orbmu2k
29.12.2006, 01:13
Forum: SQLite Administrator
Topic: bug 0.8.2.9 version
Replies: 2
Views: 2123

seems to be a bug on the zeoslib with tables without primary key field.

for workaround, add an autoincrement pk field to the table, close db and reopen it.
by Orbmu2k
25.12.2006, 02:36
Forum: SQLite Administrator
Topic: version 0.8.2.9 bug
Replies: 1
Views: 2051

it seems to be an access problem to the database file. take care you have full access rights on the folder where it located / saved.
by Orbmu2k
23.12.2006, 12:35
Forum: SQLite Administrator
Topic: Re: Connect with UseUTF16Encoding=True
Replies: 1
Views: 2044

No sorry, SQLite Administrator uses the ZeosDBO wich have no support for UTF16 encoding.
by Orbmu2k
07.11.2006, 16:18
Forum: SQLite Administrator
Topic: sqlite administrator
Replies: 3
Views: 3489

Where do you lookp the Table Data? At "Edit Data" Tab ... this uses a TZTable Object wich fetches all Data i mean. Try to use a simple query with and without selecting the blobfield. On Simple Querys you also can edit in the Result Grid.
by Orbmu2k
09.03.2006, 15:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQLite3
Replies: 8
Views: 2263

It's a Bug in SQLite2.x :(

In SQLite3 the Problem is solved.
by Orbmu2k
24.02.2006, 13:51
Forum: SQLite Administrator
Topic: SQLite Administrator
Replies: 5
Views: 5002

in the test session yesterday, i always had clear table checkbox checked ... if the checkbox is checked, only a "delete from table" statement is executed before import. You got right, the speed of the import is very slowly. But I have imported 100k rows in 5min on a P4 3,2 HT The import fe...
by Orbmu2k
23.02.2006, 15:22
Forum: SQLite Administrator
Topic: SQLite Administrator
Replies: 5
Views: 5002

//Edited...

I have taken the test data you've been posting first. But it doesn't matter...the quotation marks will be removed before importation anyway. Only the data between the separators will be imported.
by Orbmu2k
23.02.2006, 08:30
Forum: SQLite Administrator
Topic: SQLite Administrator
Replies: 5
Views: 5002

Hi zdragon,

ive tested with your testdata and it works fine for me.

i have tryed the FieldTypes "INTEGER" and "NUMERIC" for the first two columns.

Wich FieldType has you tryed ?