Skip navigation.
 
mlRe: ODBC
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/>

Related mailsAuthorDate
mlODBC Brian Weitzner Jul 21, 23:31
mlRe: ODBC Ted Thibodeau Jr Jul 21, 23:47
mlRe: ODBC Scotty's Lists Jul 24, 03:23
mlRe: ODBC Brian Weitzner Jul 24, 23:37
mlRe: ODBC Nick Zitzmann Jul 25, 00:56
mlRe: ODBC Scotty's Lists Jul 25, 18:10
mlRe: ODBC Andrew Satori Jul 26, 16:36
mlRe: ODBC Brian Weitzner Jul 26, 21:20