FROM : Nick Zitzmann
DATE : Tue Jul 25 00:56:04 2006
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/>
DATE : Tue Jul 25 00:56:04 2006
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/>
| Related mails | Author | Date |
|---|---|---|
| Brian Weitzner | Jul 21, 23:31 | |
| Ted Thibodeau Jr | Jul 21, 23:47 | |
| Scotty's Lists | Jul 24, 03:23 | |
| Brian Weitzner | Jul 24, 23:37 | |
| Nick Zitzmann | Jul 25, 00:56 | |
| Scotty's Lists | Jul 25, 18:10 | |
| Andrew Satori | Jul 26, 16:36 | |
| Brian Weitzner | Jul 26, 21:20 |






Cocoa mail archive

