Search found 4 matches

by Akroma
10.11.2008, 06:00
Forum: SQLite Administrator
Topic: When a new version of the program ?
Replies: 4
Views: 3446

Orbmu2k, if and when you support Unicode and a new version is made I would like to request that images on blob rows be viewable. Currently If I have a blob row with a picture, or any data, and double click on that row I get a empty window that has a title of "Bild" It would be great if blo...
by Akroma
16.03.2007, 01:58
Forum: SQLite Administrator
Topic: Issue with Views and Blobs
Replies: 2
Views: 2389

Thanks for that information! I'm looking forward to new features! On the blobs: The database that I tested with was one that I created using C#. The pictures where inserted using a program that I created. I did a test by using SQLite Administrator to insert a new picture into one of my blob rows and...
by Akroma
15.03.2007, 02:35
Forum: SQLite Administrator
Topic: Issue with Views and Blobs
Replies: 2
Views: 2389

Issue with Views and Blobs

I have created a new view below is the SQL of the view: CREATE VIEW [MyView] AS SELECT * FROM Test where ID="2" It does not seem to work when I click on Views and then Select MyView If I click on the results tab it does not give the results. I see nothing in the results area I have tested ...
by Akroma
07.03.2007, 05:48
Forum: SQLite Administrator
Topic: Possible bug with Query with Result
Replies: 4
Views: 3059

Possible bug with Query with Result

Steps to reproduce bug >Create a new db called (myTest) with a primary key (interger) that auto-increments >Create a new Field called Main type text >In the sql query tab type this command INSERT INTO myTest (Main) VALUES ("Hello World") >Press the execute query tab with results >Click on ...