Re: [Emerald] Transferring data from 2.1 to 2.5

Dale E. Reed Jr. ( (no email) )
Thu, 02 Sep 1999 22:28:44 -0700

Glen Harvy wrote:
>
> At 20:02 2/09/99 -0700, you wrote:
>
> I copied the old table to the new database and called it "CallsOld" :-)

You should be able to do something like:

Insert Into Emerald25..Calls(CallDate, Username, ...)
Select CallDate, username, ...