Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Lead Tools Control


Message #1 by "Vibha Prajapati" <vprajapati@i...> on Mon, 27 Nov 2000 22:37:38 -0000
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 

  Return to Index