Hello,
I have a databse on SQL Server 7.0 named "Personel"
I have a table called "Emp" with structure like this
empno char(2)
ename char(50)
photo image
I create a VB form with:
- an ADO based on table Emp
- a textbox based on Emp.empno
- a textbox baseon on Emp.ename
- a picture based on Emp.photo (datasource=adodc1; datafield= photo)
When i move record around, the picture box does'n show
What's wrong here?
Thank in advance
Jimmy Le
nhan_tiags@yahoo.com
I have a databse on SQL Server 7.0 named "Personel"
I have a table called "Emp" with structure like this
empno char(2)
ename char(50)
photo image
I create a VB form with:
- an ADO based on table Emp
- a textbox based on Emp.empno
- a textbox baseon on Emp.ename
- a picture based on Emp.photo (datasource=adodc1; datafield= photo)
When i move record around, the picture box does'n show
What's wrong here?
Thank in advance
Jimmy Le
nhan_tiags@yahoo.com