From: Bob D. <bd...@si...> - 2005-04-10 15:37:30
|
On Sun, 2005-04-10 at 17:18 +0200, Bruno Sadiez wrote: > hi Bob, > > > HOWEVER on 12/4/2004 someone sent in a patch that > > added support for > > Can this guy be contacted ? Warren Smith <wa...@wa...> > > > > If you know c writing a custom input method is not > > hard at all. All you > > are doing is implementing some basic functions > > (fist, next, previous, > > last, ...) > You do not tell me much here. I need to bypass > rlib_add_datasource and rlib_add_query_as in order to > use RLIB this way. How can this be done ? RLIB works by having data sources (MYSQL, POSTGRESQL, ODBC, Custom) You Implement a "Class" that provides basic methods Then you call rlib_add_datasource(rlib_pointer_here, "Some Name", POINTER_TO_CLASS HERE); I attached the patch that Warren sent me. You can see how he implemented the XML Input class. > I am working on a philanthropy project (something like > > www.betterworldtelecom.com). I am not a professional > programmer and I started C writing 3-4 month ago. I'm > afraid my C is even worse than my english. Anyway if > the xml extentions I may add to rlib might be of > anyhelp I'd be glad to contribute. > > > If my software can be of any help to anybody why not ? > > > Regards > Bruno Maybe you can try to work w/ Warren to get the XML Input method included in the RLIB Source tree. - bob |