realbasic-nug
[Top] [All Lists]

Re: RealSQL database

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: RealSQL database
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Thu, 27 Apr 2006 17:03:17 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20060427225440 dot 19575 dot qmail at web36813 dot mail dot mud dot yahoo dot com>

On Apr 27, 2006, at 4:54 PM, Long Huynh wrote:

Thank you for the advice.
What about transfering the existing data to new table
structure?
Do you have a procedure or class that I can have to do
this in RB.

You can do this with one line of SQL something like

insert into newtable (column, column, ... etc ) select column, column column ... etc from oldtable



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>