Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Ben
On 21 Nov 2012, at 16:06, Donald Steele wrote: > I am not trying to access it on a iDevice. I am trying to access it on my Mac. > > How do I build the database and then give the iOS app access? > It will probably be in a subfolder of: ~/Library/Application Support/iPhone Simulator/6.0/Applic

Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Donald Steele
I don't think so. The utility it specifically intended to build and edit SQLite3 database files. From: Paul Sanderson To: General Discussion of SQLite Database Sent: Wed, November 21, 2012 8:15:35 AM Subject: Re: [sqlite] Finding .db file in XCode pr

Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Paul Sanderson
n give the iOS app access? > > > > > From: Simon Slavin > To: General Discussion of SQLite Database > Sent: Wed, November 21, 2012 7:57:15 AM > Subject: Re: [sqlite] Finding .db file in XCode project > > > On 21 Nov 2012, at 3:53pm,

Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Simon Slavin
On 21 Nov 2012, at 4:06pm, Donald Steele wrote: > I am not trying to access it on a iDevice. I am trying to access it on my Mac. > > How do I build the database and then give the iOS app access? You can use any SQLite tools available to build the database. I recommend the SQLite shell tool w

Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Donald Steele
: [sqlite] Finding .db file in XCode project On 21 Nov 2012, at 3:53pm, Donald Steele wrote: > The problem is that mesaSQLite can not open the database. I did try a > different > > SQLite database editor and it can't open the file either Does it find a file with the right nam

Re: [sqlite] Finding .db file in XCode project

2012-11-21 Thread Simon Slavin
On 21 Nov 2012, at 3:53pm, Donald Steele wrote: > The problem is that mesaSQLite can not open the database. I did try a > different > SQLite database editor and it can't open the file either Does it find a file with the right name in the location you're pointing it to ? Ignore the fact that

[sqlite] Finding .db file in XCode project

2012-11-21 Thread Donald Steele
I have written an iOS app. Within that app I've created a SQLite3 database. I've used code inside the app to add data and then search the database and display results. I have now downloaded a freeware database editing utility (MesaSQLite) and attempted to connect to that database so that I ca