Hello ! Could you tell what is the easiest
way save content of clipboard to database(mdb). I have used this line:
DataEnvironment1.rstblsakki.Fields(15).Value = Clipboard.GetData
but I just get errormessage:
Run-time error'-2147217887(80040e21)'
Field's type is binary and others fields work fine.

So any ideas ?