Re: ODBC
Re: ODBC
- Subject: Re: ODBC
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 24 Jul 2006 16:56:04 -0600
On Jul 24, 2006, at 3:37 PM, Brian Weitzner wrote:
So if I use DbConn(db, UID, PASSWD), my app crashes.... which tells
me that this is not the right command or I need to include more files.
There's also the chance that bad input was provided.
So my question has now evolved into how do I use obj-C to
communicate with my database?
ODBC only uses C. There may be a library out there that can connect
directly with the database you're using, but you'll have to search
for it. If there isn't, but there is an ODBC driver, then you'll have
to stick with ODBC.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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: | |
| >ODBC (From: Brian Weitzner <email@hidden>) |
| >Re: ODBC (From: "Scotty's Lists" <email@hidden>) |
| >Re: ODBC (From: Brian Weitzner <email@hidden>) |