On Wed, Aug 5, 2009 at 11:40 AM, Jimmy Verner<jver...@vernerlegal.com> wrote: > Thx. for your note. The dylib file is visible only when the app is is > opened with xcode. I then clicked on the file. The Terminal window > opened and I received the message set forth below. > > There is a db3 file within the app. When I try to open the db3 file > in xcode, nothing happens. The db3 file is visible in Finder. When I > try to open it there, Finder says there is no default app with which > to open it. I am able to open it with Text Wrangler where there is > much gibberish but also the data. The file begins with SQ Lite format > 3 and then includes setup commands to set up a table. > > I now understand that a db3 file is a dBase III file. Perhaps you > could point me to some resources so I can learn about dBase III files > and how they interact with dylib files?
Your understanding is incorrect. The db3 file is not a dbase 3 file, but is a sqlite3 db file, created by version 3 of sqlite. You need sqlite to open that file, which is provided by your application and the .dylib in question. Perhaps you should ask your developer who gave you all this for more help. She or he would be best placed to guide you. > > Thx. again. > > Jimmy Verner > www.vernerlegal.com > > > > On Aug 5, 2009, at 11:22 AM, Jean-Denis Muys wrote: > >> >> On 8/5/09 17:48 , "Jimmy Verner" <jver...@vernerlegal.com> wrote: >> >>> A developer built an iPhone app for me. I am exploring using it as a >>> template for another app. The data file is called >>> libsqlite3.0.dylib. When I try to open the file, I receive this >>> message: >>> >>> /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ >>> iPhoneOS3.0.sdk/ >>> usr/lib/libsqlite3.dylib ; exit; >>> [76-209-121-92:~] jimmyverner% /Developer/Platforms/ >>> iPhoneOS.platform/ >>> Developer/SDKs/iPhoneOS3.0.sdk/usr/lib/libsqlite3.dylib ; exit; >>> /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ >>> iPhoneOS3.0.sdk/ >>> usr/lib/libsqlite3.dylib: Bad CPU type in executable. >>> logout >>> [Process completed] >>> >>> How do I open this file? >>> >>> Running OS X 10.5.7, Xcode 3.1.3. >>> >> >> A dylib file is not a data file, but a dynamic library, similar to >> a .dll >> file under Windows. It must be linked against in you Xcode project. >> >> The path you give suggests that dynamic library is coming with the >> standard >> iPhone SDK. How did you try to "open" it, as you said? >> >> If indeed you need to open the data (ie database) file, then you need >> another file, possibly with a .db extension. >> >> >> Jean-Denis >> >> _______________________________________________ >> sqlite-users mailing list >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Puneet Kishor http://www.punkish.org Carbon Model http://carbonmodel.org Charter Member, Open Source Geospatial Foundation http://www.osgeo.org Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor Nelson Institute, UW-Madison http://www.nelson.wisc.edu ----------------------------------------------------------------------- Assertions are politics; backing up assertions with evidence is science ======================================================================= Sent from Madison, WI, United States _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users