Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to generate a report in D2K when the data is stored in ISCII format?

d2k Data format iscii report stored
0
Posted

How to generate a report in D2K when the data is stored in ISCII format?

0

Ans.: This is report which calls ismapi32.dll on client side thru reports. It uses oracle foreign function interface package. This package is also available in forms. Sample file (RDF file) is available here . GistPackage: (pkgSpec) PACKAGE GistPackage IS FUNCTION ConvertingFunction(isciistr VARCHAR2) RETURN VARCHAR;/* declarations*/ END; ————————————– GistPackage: (pkgBody) PACKAGE BODY GistPackage IS mathlib_lhandle Ora_Ffi.Libhandletype; to_power_fhandle Ora_Ffi.Funchandletype; FUNCTION ff_to_isfoc(fhandle Ora_Ffi.Funchandletype,isciistr in VARCHAR2, isfocstr IN OUT varchar,datalen IN NUMBER,scriptName IN VARCHAR2) RETURN NUMBER; /* parameters to iscii2isfoc isciistr = sting to be converted isfocstr= string initially spaces (to be filled) datalen= length of iscii scriptName= kind of conversion to be formed DVB= devanagari, GJB= gujarati, etc. This may also be passed as a parameter for more flexibility */ PRAGMA interface(C, ff_to_isfoc, 11265); FUNCTION Conv

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123