Search found 4 matches
- 10.11.2008, 06:00
- Forum: SQLite Administrator
- Topic: When a new version of the program ?
- Replies: 4
- Views: 3492
- 16.03.2007, 01:58
- Forum: SQLite Administrator
- Topic: Issue with Views and Blobs
- Replies: 2
- Views: 2391
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...
- 15.03.2007, 02:35
- Forum: SQLite Administrator
- Topic: Issue with Views and Blobs
- Replies: 2
- Views: 2391
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 ...
- 07.03.2007, 05:48
- Forum: SQLite Administrator
- Topic: Possible bug with Query with Result
- Replies: 4
- Views: 3067
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 ...