i've a Problem with Image that i stored in Database(SQLite). I use revEnterprise 4.0.
Every Field and one Image-Area are connected to a Column in Database.
I ask the Database via a Query in Query Builder.
All fields display the right Data when the standalone open or the Recordnumber changed.
Only the Image (connected to a BLOB-Column) does not display.
i stored the Image via
Code: Select all
revExecuteSQL tDatabaseID, "UPDATE Schablonen SET bilddaten = :1 WHERE ID = :2", "*bgBild", "gID"
I tested the same without binary-prefix.
Can anybody help?
best regards...