Hello Borislav Borissov, I tried as you said, but my data is getting corrupted.
here is the code please help...
lcCurrDir = SYS(5) + SYS(2003)
lcFile = GETFILE("BMP")
IF !EMPTY(lcFile)
lcContent = "0X" + STRCONV(FILETOSTR(lcFile),15)
lcsql = "Update tblusers set us_gsignature = " +...
Hey Borislav,
Thank you very much for your imput. I am new to the FoxPro and I am not aware of using Cursor Schema. Here is the code that I am using. Please help...
WITH THISFORM
lcCurrDir = SYS(5) + SYS(2003)
lcFile = GETFILE("BMP")
IF !EMPTY(lcFile)
*** This append general is only...
i tried the below code
lcContent = "0x" + strconv(FileToStr(FilePath) ,15)
and tried inserting it.......it did insert the image into the table but next time when i tried to retrieve the image its giving me the following error message
OLE object is invalid or corrupted.
Unbinding object...
thanks guys for all the replies .......
i tried the below code
lcContent = "0x" + strconv(FileToStr(FilePath) ,15)
and tried inserting it.......it did insert the image into the table but next time when i tried to retrieve the image its giveing me the following error message
OLE object is...
i am developing a form where i am collecting personal information such as name, address and signature of the person as a bmp file........ i am saving the data in the SQL Server 2005
i am building a SQL query to insert the record.......
the prob that i m facing is that i cannot concatenate the...
i m trying to write a procedure which accepts a form control and a string as the parameters.......
but i dont have a clue how to pass a control as a parameter to this procedure
plz help
thanks
manu
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.