Re: objc and RDBMS
Re: objc and RDBMS
- Subject: Re: objc and RDBMS
- From: Andrew Satori <email@hidden>
- Date: Fri, 5 Aug 2005 14:53:05 -0400
It's absolutely possible, though the Oracle Client is a PITA do deal
with. You have a few options.
Use ODBC, or use native libraries (FreeTDS for MSSQL, Oracle Client
for Oracle). Both are usable from Objective C, neither has Objective
C classes for them yet.
Andy
On Aug 5, 2005, at 2:19 PM, Josh Holt wrote:
Is there now way to write an objective-c application that allows
connectivity to RDBMS such as oracle,mssql,mysql.
I am trying to write an application that queries oracle or mssql based
on the option chosen and then use the results to retrieve files from a
server,
Then generate a simple html "file" that can then be burned to a cd.
The html "file" will show the retrieved files,
both the generated file and the retrieval of files from the server are
not possible without access to the database.
Knowing where these files are comes from the database query.
I would rather not write this in java unless this is not feasible
in objc
Thanks,
Josh Holt
_______________________________________________
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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