Re: Oracle and Objective C++

2008-09-05 Thread Scott Ribe
Also file a bug report with Oracle: describe the issue and suggest to them that if they're using C++, they ought to use namespaces in order to avoid naming conflicts. -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 722-0567 voice __

Re: Oracle and Objective C++

2008-09-05 Thread Jean-Daniel Dupas
Le 5 sept. 08 à 17:13, Bradley Randy a écrit : But I get the following errors when I try to compile it. Line Location occiAQ.h:280: error: 'oracle::occi::aq::Subscription::Protocol' has a previous declaration here Line Location occiAQ.h:280: error: 'oracle::occi::aq::Subscription::Protoco

Re: Oracle and Objective C++

2008-09-05 Thread Bradley Randy
> But I get the following errors when I try to compile it. > > Line Location occiAQ.h:280: error: > 'oracle::occi::aq::Subscription::Protocol' has a previous declaration here > Line Location occiAQ.h:280: error: > 'oracle::occi::aq::Subscription::Protocol' has a previous declaration here > Li

Oracle and Objective C++

2008-09-03 Thread Randy Bradley
I'm having difficulty importing data from an Oracle database into a Cocoa application. I've installed the Oracle client and OCCI examples. The example occidml.cpp seemed to make and run just fine from the command line. Now, I would like to get some data from Oracle into my Cocoa appli