CoreData, SQLite and GUID

2008-08-27 Thread Amy Heavey
Hi, Please accept my apologies if I am posting to the wrong list, I use an application that I believe is written using CoreData. It is currently quite tedious to enter data into this application, and the data I need entering is already in a mysql database anyway. I'd like to be able to ins

Re: CoreData, SQLite and GUID

2008-08-27 Thread Mike Abdullah
Trying to manipulate the store yourself is a bad idea. Instead, since this application is probably written entirely in Cocoa, I'd make use of GUI scripting to batch handle the insertion of data. On 27 Aug 2008, at 10:30, Amy Heavey wrote: Hi, Please accept my apologies if I am posting to t

Re: CoreData, SQLite and GUID

2008-08-27 Thread Michael Ash
On Wed, Aug 27, 2008 at 5:30 AM, Amy Heavey <[EMAIL PROTECTED]> wrote: > Hi, > > Please accept my apologies if I am posting to the wrong list, > > I use an application that I believe is written using CoreData. It is > currently quite tedious to enter data into this application, and the data I > nee

Re: CoreData, SQLite and GUID

2008-08-27 Thread mmalc crawford
On Aug 27, 2008, at 9:33 AM, Michael Ash wrote: On Wed, Aug 27, 2008 at 5:30 AM, Amy Heavey <[EMAIL PROTECTED] > wrote: I use an application that I believe is written using CoreData. It is currently quite tedious to enter data into this application, and the data I need entering is already in

Re: CoreData, SQLite and GUID

2008-08-28 Thread Amy Heavey
My biggest problem is I don't have access to the source code for the application that creates and uses the sqlite database. I think I'll have to look at creating my own application, Ideally, I need a solution that enables me to share data between machines (so I was thinking of a server/clien

Re: CoreData, SQLite and GUID

2008-08-28 Thread Michael Ash
On Wed, Aug 27, 2008 at 1:30 PM, mmalc crawford <[EMAIL PROTECTED]> wrote: > > On Aug 27, 2008, at 9:33 AM, Michael Ash wrote: > >> On Wed, Aug 27, 2008 at 5:30 AM, Amy Heavey <[EMAIL PROTECTED]> >> wrote: >>> >>> I use an application that I believe is written using CoreData. It is >>> currently qu

Re: CoreData, SQLite and GUID

2008-08-28 Thread Amy Heavey
Do you know where this is? I can't see it in my dev folder (10.4) Many Thanks Amy Heavey On Aug 28, 2008, at 6:20 PM, Aaron Burghardt wrote: There is a good Core Data command-line utility tutorial in the default developer documentation that shows the details of manually setting up the Co

Re: CoreData, SQLite and GUID

2008-08-28 Thread mmalc crawford
On Aug 28, 2008, at 11:01 AM, Amy Heavey wrote: Do you know where this is? I can't see it in my dev folder (10.4) mmalc

Re: CoreData, SQLite and GUID

2008-09-01 Thread Thomas Engelmeier
Am 27.08.2008 um 11:30 schrieb Amy Heavey: I've looked at the database structure, and it looks fairly easy to add the data, and I can do it via PHP, my problem is that each table has a ZGUID column. This doesn't hold any user entered data, it looks like it is either generated by CoreData,