Re: SQL2K Migration
Re: SQL2K Migration
- Subject: Re: SQL2K Migration
- From: Dov Rosenberg <email@hidden>
- Date: Wed, 07 Jul 2004 18:24:14 -0400
One of the greatest things about EOF is that you can "reverse engineer" an
existing database and build your EOModel from the schema. There are some
gotchas that you might come across if the database has been designed with
multiple column primary keys but there are ways to work around those. You
can also use your existing stored procedures.
Ideally it is best to use single column keys in EOF, if you need multiple
columns or they columns have a primary key that is not a number, you will
need to override the automatic pkey generation mechanisms and implement your
own.
The Understanding EOF docs are pretty good at explaining most of the things
you need to do.
HTH
--
Dov Rosenberg
Conviveon Corporation
http://www.conviveon.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.