jpg file in a table..... [message #83152] |
Wed, 13 August 2003 06:00 |
noca
Messages: 25 Registered: August 2002
|
Junior Member |
|
|
i want insert a picture(jpg,bmp....) into table, using application built in a form developer 6.
how ?
thanks
|
|
|
Re: jpg file in a table..... [message #83153 is a reply to message #83152] |
Wed, 13 August 2003 07:43 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
1. Create a table with a BLOB column.
2. Create in the form a database block based upon this table. The item type of the image is...indeed: image (type = JFIF).
3. A Load button with code to get an image from the DB: Read_Image_File built-in can be useful here.
forms will take care of the retrieval and the load towards the database.
MHE
|
|
|