Issue with Views and Blobs
Posted: 15.03.2007, 02:35
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 the select query separately and that works. Could I be doing something wrong?
I have tired the view I created in another program http://www.sqliteexpert.com/ and it works there so I think I'm creating the view correctly.
--------------------------------------
I have a database that has pictures in it via blobs. when I double click on the field I don't see my picture I see a preview window with nothing in it. If I right click it gives me the option to save the picture but nothing happens when I try that.
The blobs are viewable in this software too http://www.sqliteexpert.com/
I only mention the sqlite expert program as I used that to test the db in another app just to see if i was doing something wrong
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 the select query separately and that works. Could I be doing something wrong?
I have tired the view I created in another program http://www.sqliteexpert.com/ and it works there so I think I'm creating the view correctly.
--------------------------------------
I have a database that has pictures in it via blobs. when I double click on the field I don't see my picture I see a preview window with nothing in it. If I right click it gives me the option to save the picture but nothing happens when I try that.
The blobs are viewable in this software too http://www.sqliteexpert.com/
I only mention the sqlite expert program as I used that to test the db in another app just to see if i was doing something wrong