Skip to main content

photo

  • May 11, 2015
  • 1 reply
  • 0 views

I am looking for an example shows how to store employees pohoto into sql server data base and how to retrieve them and display on the form (.gs)

using COBOL

thanks


#NetExpress5.1
#COBOL

1 reply

Chris Glazier
Forum|alt.badge.img+2

I am looking for an example shows how to store employees pohoto into sql server data base and how to retrieve them and display on the form (.gs)

using COBOL

thanks


#NetExpress5.1
#COBOL

There is a KB article that shows how to store a .jpg file into a SQL Server database as an image field and then to retrieve it from the database and write to a new jpg file that is then opened. It can be found here:

There is an example that comes with Net Express that shows how to display an image in a DS screenset window. It can be found in C:\\Program Files (x86)\\Micro Focus\\Net Express 5.1\\Examples\\Dialog System\\CLASSLIBRARY\\PICTURES folder.

Thanks.