PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Storing Video Files in HyperFileSQL
Storing Video Files in HyperFileSQL
Iniciado por guest, 19,ene. 2015 13:30 - 4 respuestas
Publicado el 19,enero 2015 - 13:30
Hi,

How do i store video files in a HyperFileSQL datafile.

thanks

ISO
Publicado el 19,enero 2015 - 14:16
in a binary memo

Best regards
Publicado el 19,enero 2015 - 14:34
I have tried all the sub types in the dropdown, 'other binary memo', 'sound binary memo' etc,
also do i just point at the file location?

//ADD VIDEO
HReset(RECORDS_ACTIVITY_VIDEOS)
RECORDS_ACTIVITY_VIDEOS.ACTIVITY_VIDEO = EDT_LINK
RECORDS_ACTIVITY_VIDEOS.RECORDS_ACTIVITYID = RECORDS_ACTIVITY.RECORDS_ACTIVITYID
HAdd(RECORDS_ACTIVITY_VIDEOS,hAffectBrowse)
Publicado el 19,enero 2015 - 14:49
check the help for HLinkMemo

<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/index.awp?3044173">http://doc.windev.com/en-US/index.awp&hellip;</a>
Publicado el 19,enero 2015 - 15:00
great thanks