Re: [Oorexx-devel] ooRexx SQL Project

2010-03-18 Thread Mark Miesfeld
On Thu, Mar 18, 2010 at 2:58 PM, Brandon Cherry wrote: > In case anyone is interested I have a bit of a status update, I am > getting records returned now! > ... > I have a problem with the attributes not getting set that are defined in > a super class. Without my patch, this sample does not work

Re: [Oorexx-devel] ooRexx SQL Project

2010-03-18 Thread Brandon Cherry
In case anyone is interested I have a bit of a status update, I am getting records returned now! Here is a sample: #!/usr/bin/rexx lib = 'libmyodbc3_r.so' --thread safe version db = .dbconnx~new(lib) db~connect('test', 'test', 'test') sql = .sqlstatement~new(db) sql~stmt = 'select * from dnis l

Re: [Oorexx-devel] [ANNOUNCEMENT] Welcome Brandon Cherry as the newest ooRexx committer

2010-03-18 Thread Moritz Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Congrats Brandon. Welcome to ooRexx ;-) Moritz Rick McGuire wrote: > I'm pleased to announce that Brandon Cherry has accepted an invitation > to become a committer to the ooRexx project. Brandon has been busy > lately, submitting a number of enhancem

Re: [Oorexx-devel] [ANNOUNCEMENT] Welcome Brandon Cherry as the newest ooRexx committer

2010-03-18 Thread Rainer Tammer
Hello, Congratulations Brandon. Bye Rainer On 17.03.2010 19:44, Rick McGuire wrote: > I'm pleased to announce that Brandon Cherry has accepted an invitation > to become a committer to the ooRexx project. Brandon has been busy > lately, submitting a number of enhancement and bug fix patches to

Re: [Oorexx-devel] [ANNOUNCEMENT] Welcome Brandon Cherry as the newest ooRexx committer

2010-03-18 Thread Lee Peedin
Welcome and congrats Brandon. Lee Rick McGuire wrote: > I'm pleased to announce that Brandon Cherry has accepted an invitation > to become a committer to the ooRexx project. Brandon has been busy > lately, submitting a number of enhancement and bug fix patches to the > ooRexx project. Lately he