Search found 2 matches

by shriniv
Thu Apr 01, 2010 7:05 am
Forum: Licensing
Topic: Tesseract Plug-in License
Replies: 1
Views: 12026

Tesseract Plug-in License

Hi, I've newly taken in-charge of development of a company who has bought GdPicture Imaging ActiveX Edition V4 some two years back. All that we have now is just some vb code with the license number. Please clarify:- 1) Can we upgrade it to GdPicture V5 using the same license ? 2) Is Tesseract plug-i...
by shriniv
Thu Mar 11, 2010 2:45 pm
Forum: Example requests & Code samples
Topic: Insert Image into SQL Server
Replies: 2
Views: 3665

Re: Insert Image into SQL Server

The following code works with MS-Access and hopefully should work with SQL Server too. Here, rsimg is the recordset having the image stored in an "OLE Object" type column "docimage". '---read image from database Dim arbyte() as byte arbyte = rsimg.Fields("docimage").Get...