Hello,
I am using Lead Tool control to capture the image from the Scanner,
Digital Camera.
My Question to anybody familiar with lead tool,
1. I have Access as backend DB to Save the picture and dataType is
OLEobject. When i do insert record with picture it gives me an error
inserting record.
VB is used as Front end..
My Code looks like ..
strSQL = "INSERT INTO PictTable(Picture1, Picture2)"
strSQL = strSQL & " VALUES"
strSQL = strSQL & "('" & LeadPict1 & "',"
strSQL = strSQL & "'" & LeadPict2 & "')"
Is my syntax correct to insert picture record.
2. I would like to give user and ability to rotate the picture. How can i
implement this code?
Thank you,
Vibha