Is there a way to work with blob data within table control ?
Or is the only way to use Datareader ?
My application:
In an sqlight-Dbase I have records with collumns like this:
<IDNumber>,<Name>,<IconSmall> ... where <IconSmall> contains
the Picture-Date in Blob-Format.
Would be nice to load it into tablecontrol with
One Command (for example: Cmd.executeTable("Table1",0))
Yet now it can be done without syntax errors, but the cell
will have the value "system.byte()" which I don't know
how to compute.
Or is the only way to use Datareader ?
My application:
In an sqlight-Dbase I have records with collumns like this:
<IDNumber>,<Name>,<IconSmall> ... where <IconSmall> contains
the Picture-Date in Blob-Format.
Would be nice to load it into tablecontrol with
One Command (for example: Cmd.executeTable("Table1",0))
Yet now it can be done without syntax errors, but the cell
will have the value "system.byte()" which I don't know
how to compute.