Re: Database
Re: Database
- Subject: Re: Database
- From: Ted Thibodeau Jr <email@hidden>
- Date: Tue, 25 Jan 2005 18:16:05 -0500
*** Carlos Coutinho [2005/01/24 11:25 PM +0000] wrote:
>>>
>>> Can I use a Cocoa Objective-C application that connects to
>>> a database like MySQL, for example? I start reading something
>>> about webObjects but I found it very deep, with a too learning
>>> curve too steep!
** On Jan 25, 2005, at 9:27 AM, Ted Thibodeau Jr wrote:
>> Keeping all the other suggestions made on the list in mind,
>> I would strongly suggest using a database-agnostic API and
>> command set, like ODBC and SQL....
* Andy Satori [2005/01/25 10:49 AM -0500] wrote:
> Which is a great idea, but is a bitch to implement properly since
> the .h headers define things with conflicting types to Cocoa. In
> order to use this effectively, I ended up creating a basic ODBC
> static library that I implemented a C++ class that I then consume
> in Cocoa via .mm Objective C++. It's less than optimal.
>
> Until somone implements an easy to use and readily consumable ODBC
> framework that is Cocoa friendly, this is not a trivial way to
> implement things.
I would be very interested to hear about the difficulties you (and
any others!) have experienced with the iODBC Frameworks, and to hear
any suggestions toward resolving these. It has never been our intent
to provide something unusable!
The best path toward such resolution is probably the OpenLink Case
System, accessed through our online Support Center --
http://support.openlinksw.com/
There is no charge for this service, and it is tracked by all our key
personnel. We do require that you register with the site (takes only
a minute or three) and provide a valid email address; case interaction
is direct between you and our staff, via web and/or email.
Alternatively, we have publicly accessible Usenet-style newsgroups
on our own server. Either of these could serve this need --
nntp://news.openlinksw.co.uk/openlink.public.iodbc.development
nntp://news.openlinksw.co.uk/openlink.public.iodbc.discussion
And last, there are the various project email lists, accessible
through the SourceForge project site, linked from the iODBC home,
http://www.iodbc.org/
Please do let us know about any issues -- we want this gear to work,
and Mac OS X to be just as viable for ODBC users as any other -- now
including Windows, Linux, Solaris, HP-UX, AIX, SCO OpenServer, etc.
Be seeing you,
Ted
--
A: Yes. http://learn.to/attribute
| Q: Are you sure?
| | A: Because it reverses the logical flow of conversation.
| | | Q: Why is top posting frowned upon?
Ted Thibodeau, Jr. // voice +1-781-273-0900 x32
Evangelism & Support // mailto:email@hidden
OpenLink Software, Inc. // http://www.openlinksw.com/
http://www.openlinksw.com/weblogs/uda/
OpenLink Blogs http://www.openlinksw.com/weblogs/virtuoso/
http://www.openlinksw.com/blog/~kidehen/
Universal Data Access and Virtual Database Technology Providers
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Database (From: Carlos Coutinho <email@hidden>) |
| >Re: Database (From: Ted Thibodeau Jr <email@hidden>) |
| >Re: Database (From: Andy Satori <email@hidden>) |