Thank you, but I already have a datagreed form, that is able to show images.
I only need something to change the line number or something like that, so each image will appear in thr row where it belongs.
Search found 2 matches
- Tue Aug 28, 2018 1:20 pm
- Forum: Databases
- Topic: Import Images From mySQL to a Datagrid Table
- Replies: 4
- Views: 8215
- Tue Aug 21, 2018 2:04 pm
- Forum: Databases
- Topic: Import Images From mySQL to a Datagrid Table
- Replies: 4
- Views: 8215
Import Images From mySQL to a Datagrid Table
Hello,
Is there an easy way to import images from mySQL database to a datagrid table?
I want to put images from my database in each row.
I tried it with a code like this:
put the dgText of group "list" into t
repeat for each line x in t
set the itemDelimiter to tab
put item 1 of x into PId ...
Is there an easy way to import images from mySQL database to a datagrid table?
I want to put images from my database in each row.
I tried it with a code like this:
put the dgText of group "list" into t
repeat for each line x in t
set the itemDelimiter to tab
put item 1 of x into PId ...