Re: creating tables on the fly with webobjects
Re: creating tables on the fly with webobjects
- Subject: Re: creating tables on the fly with webobjects
- From: Chuck Hill <email@hidden>
- Date: Fri, 22 Jun 2007 10:39:34 -0700
Does it need to by a physical table? If not, you might consider the
GVCVirtualTables framework (from http://sourceforge.net/projects/
gvcsitemaker). It creates a Entity/table. Rows/instances can be
used as regular EOs (same as if an EOGenericRecord, no logic) and
accessed via KVC.
Chuck
On Jun 22, 2007, at 9:18 AM, .::welemski::. wrote:
Yes, During runtime of my application. I want to have an webobjects
application that whenever a new user is registered, a new table
will be created only for him.
If anyone tried it before please post your solution here.
Thank you.
On 6/23/07, Guido Neitzer <email@hidden> wrote: On 22.06.2007,
at 10:07, .::welemski::. wrote:
> Is it possible to create tables on the fly with webobjects? or
> should i use pure SQL statements?
> If anyone has a good tutorial on doing this please post it here.
What do you mean by "on the fly"? During runtime of your app? In
certain situations? If you just need migrations take a look at
ERXMigration.
cug
--
-- -- -- -- -- -- -- -- -- -- --
welemski
-- -- -- -- -- -- -- -- -- -- --
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden