On 2/26/07, Kirrthana M <[EMAIL PROTECTED]> wrote:
Hi everybody,
    Im developing an application using sqlite3 in MAC OS,I just wanted to
know wheather sqlite3 can be used in MAC OS.

yes. You can use coredata capabilities built into Tiger (but that will
give you an older version of SQLite compatibility) or you can compile
your own from the latest source code.

If so can the same sqlite3
library and the executable used in windows can be used in MAC OS or a
different version has to be used.


different. You will have to get/compile platform-specific library and
shell program. The data that you create, however, will be compatible
across Macs and Windows as long as you use reasonably similar versions
of SQLite on all machines.

--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.nelson.wisc.edu/
Open Source Geospatial Foundation http://www.osgeo.org/education/
---------------------------------------------------------------------
collaborate, communicate, compete
=====================================================================

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to