I appreciate that JDBC is available to ooRexx through the BSF4Rexx framework, however I know that for some people a native interface is preferable. The bounty offer stands if anyone who has the expertise is interested.
Thanks, David Ruggles CCNA MCSE (NT) CNA A+ Network Engineer Safe Data, Inc. (910) 285-7200 [email protected] -----Original Message----- From: Rony G. Flatscher [mailto:[email protected]] Sent: Thursday, July 02, 2009 10:37 AM To: Open Object Rexx Developer Mailing List Subject: Re: [Oorexx-devel] ODBC/MySQL Bounty Question David: David Ruggles wrote: > This is an open question to the list and anyone else that might be > interested. > > Is anyone available who would be interested in writing an ODBC or MySQL > interface for ooRexx 4.0? > > Safe Data, Inc. is heavily dependant on ooRexx and MySQL, however as a > company and individually we don't have the C expertise nor the time to > implement this ourselves. On the other hand we should be able to front some > bounty to see that it gets accomplished. What I would like to do is lay out > our goals and see what kind of bounty might be needed and find anyone else > in the community who would be willing to offer bounty as well. I'm going to > list two sets of requirements, ideal and minimum. Anyone willing to add > bounty please indicate which set of requirements (and/or add your own) and > how much, anyone willing and able to do the work please indicate how much > bounty would be needed for each set of requirements. > > Ideal Requirements: > * Cross Platform > * ODBC & unixODBC (any ODBC/unixODBC driver) > * Stored Functions > * Stored Procedures > * All Normal SQL Statements (COMMIT, ROLLBACK, SELECT, DELETE, etc.) > > Minimum Requirements: > * Windows (strongly desire Linux also) > * MySQL > * ALL Normal SQL Statements > You have all of this already available to you. Use Java instead of C, C++ and you are in business using BSF4Rexx. To evaluate with ooRexx 4.0 you could use the official version of BSF4Rexx at <http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/>. [There is an "experimental" version (at beta level, but not yet announced) at <http://wi.wu-wien.ac.at/rgf/tmp/20090614_b4r4beta/>, which is rewritten for ooRexx 4.0. This version runs the BSF4Rexx testUnits of lately that a student wrote for the older, "current" version without a failure, so I am pretty confident that it is fully compatible and stable.] Give it a try and start to enjoy what cross-platform Java functionality is directly available to your Rexx programs! In the Java world interfacing with RDBMS is realized with JDBC. If you research a little bit, you will be surprised an overwhelmed what is available to you. HTH, ---rony -- ____________________________________________________________________________ ______ Prof. Dr. Rony G. Flatscher Department Informationsverarbeitung und Prozessmanagement Institut für Betriebswirtschaftslehre und Wirtschaftsinformatik Wirtschaftsuniversität Wien Augasse 2-6 A-1090 Wien/Vienna, Austria/Europe http://www.wu-wien.ac.at (English: http://www.wu-wien.ac.at/english) ____________________________________________________________________________ ______ ---------------------------------------------------------------------------- -- _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel ------------------------------------------------------------------------------ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
