I am the author of sqlite3Explorer. Sorry I did not answer you previous
post, reason is I did not motice it... :(

I don't think what you want is feasible. the reason is this: the Dll
expects a "dataset" which sqlite3Explorer builds internally, and the
report engine takes it from there (Design, run, export etc). the dll
itself does not contain data retrieval code, and relies on the host for
this. 

this is ok, but the catch is here: the dataset format that the dll
understands is a proprietary format developed by and only used by the
company I work for. the dll engine is one the prime design/execute
engines for our commercial projects.
thus I cannot open-source it. and, since the dataset format in question
cannot be produced without having access  to the proprietary libraries
we use here, what you want cannot be done.

sorry...

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Nair
> Sent: Friday, November 14, 2008 2:12 PM
> To: General Discussion of SQLite Database
> Subject: [sqlite] Sqlite3Explorer Sqlite Report Designer
> 
> Hi all
> 
> How can I use the mkFrxEngine.DLL supplied along with the 
> Sqlite3Explorer.
> The dll is a report designer and viewer. Please help me to 
> use that dll if any one knows. I asked the same before 10-14 
> days ago, but didn't get any reply. If even the author of the 
> same is reading this please help me. I want to use it as a 
> report viewer for my sqlite3 database.
> 
> 
> --
> Regards
> Rajesh Nair
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to