1. Create a field as Companyimg in the temp table
2. In the properties of that field select the extended datatypes as "Bitmap".
use the below code to insert
TmpTbl.Comapanyimg = CompanyImage::findByRecord(CompanyInfo::find()).Image;
3. In Visual studio right click insert image .
a. Source : database
b. field select the companyimg
c. as bitmap format in format selection
2. In the properties of that field select the extended datatypes as "Bitmap".
use the below code to insert
TmpTbl.Comapanyimg = CompanyImage::findByRecord(CompanyInfo::find()).Image;
3. In Visual studio right click insert image .
a. Source : database
b. field select the companyimg
c. as bitmap format in format selection
No comments:
Post a Comment