Re: Lengthy questions from a newbie
Re: Lengthy questions from a newbie
- Subject: Re: Lengthy questions from a newbie
- From: Yorh <email@hidden>
- Date: Tue, 20 Jun 2006 01:24:51 +0200
Yes you can use Serge Cohen framework that is very simple to set up
and use.
To see how to use it you may download cocoaMySQL GUI and see how to
use the entire framework!
Is very simple I learnt how to use it in a week! :)
Good luck
Yorh
ps: To make less work on the code you should make your own objects
for the queries and standard tasks and then call the objects
everytime you need it... (this is the way I use)
On Jun 20, 2006, at 12:41 AM, Ben Einstein wrote:
Hi All:
My company has been having some major trouble with a set of
enterprise applications that we developed for SQLServer and windows
clients. As we look to completely redesign our workflow, I've
(somehow) managed to get permission to investigate the Mac, and
it's host of extremely robust and easy-to-use features, as an
overall (and I mean OVERHALL) solution. They've greenlit my team
and I to develop a demo application to showcase what we can come up
with. I'm pretty new to cocoa/objective-c development, but am
finding it pretty painless. But we have two major questions we
can't seem to work out:
1) Painless database connection. We'd love to use MySQL and it's
speed/price/scalability, but there seems to be no widely available
framework for connecting to MySQL DBs from cocoa, except a product
from Serge Cohen, which is undocumented/unexampled : http://mysql-
cocoa.sourceforge.net/. WebObjects is too flimsy (as far as we can
determine with mostly web-based apps). And our code, the way it
currently stands using the MySQL C-API, is littered with more
cString commands then I can stand. It requires 3/4 full lines of
code to take the NSString from a text box and dump it into a C-
style SQL statement. Our applications require a couple hundred SQL
skeletons; its a pain. There HAS to be an easier way. Am I missing
something basic?
2) Remote views. Another major feature that has us stumped:
building a separate mini-application that allows users on a remote
system to fully interact (in a controlled manner) with the primary
interface. For example, one system has 3 or 4 sections of
questions, and a remote operator can view and answer these
questions section by section via a little window at the bottom of
the remote system, using previous and next buttons to navigate
through the main screen. The main screen must still be accessible
and updated when the answers on the remote system are entered. I
figure a custom view is best, but we're completely lost about where
to start with such a thing.
Any ideas or paths to follow would be greatly appreciated. Sorry
for such a lengthy first post.
Thanks in advance.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40metagraphics.it
This email sent to email@hidden
_______________________________________________
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