Thread: Automatic schema updates

Automatic schema updates

From
"Kalra, Ashwani"
Date:

Hi,
In our thick client application, I want to update the schema  on the user's machine automatically as normal software update process using JNLP etc

We will be using Eclipser RCP.  Is it possible?

 

Regards
Ashwani

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

Re: Automatic schema updates

From
"Scott Marlowe"
Date:
On 10/29/07, Kalra, Ashwani <ashwani.kalra@capgemini.com> wrote:

Hi,
In our thick client application, I want to update the schema  on the user's machine automatically as normal software update process using JNLP etc

We will be using Eclipser RCP.  Is it possible?


Sure.  IF nothing else, you can just writing raw SQL and spit it out at the database.  If it's > 1 change, wrap them all together in one transaction so that if they fail, they all fail and you don't have a half-updated database.