ok thanks for taking time- here the code:
*Procedure MemoRead
parameter IFile
set talk off
if !file(IFile)
return ""
endif
hdl= FOPEN(IFile,0)
Fsize= FSEEK(hdl,0,2)
=FSEEK(hdl,0)
OTxt= FREAD(hdl,Fsize)
=fclose(hdl)
return OTxt
thx
michi
hi!
normally i use php and script languages for programming but i need you help, what's wrong with the source code below? the function memoread gives the file(jpeg) back and i want to save it in mysql. Daten is a longblob and name ist char(40).
?sqlcon("scanner")
MODIFY COMMAND...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.