Hello,
Let me give some details of what I am doing. I have 75 page TIFF file. On
which i am doing OCR and extracting the Text from all the 75 pages. Which
consist of a single string data.

And that string data I am passing to the insert Query.

OCRDATA= "OCRResult";
Query= "INSERT INTO OCRCONTENT(FileCode, OCR_DATA)VALUES(12202,+ "'" +
OCRDATA + "')";

Regards.
Rakesh Singh.
http://www.4colordesign.com


-----Original Message-----
From: Jiri Cincura [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 24, 2008 1:22 PM
To: [EMAIL PROTECTED]; For users and developers of the Firebird .NET
providers
Subject: Re: [Firebird-net-provider] "Error Reading Data from Connection"

Some example what you're doing would be helpful.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to