×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks Birgitta,
I tripped over that one but it doesn't help. The idea was to have a
complete text file that would do the entire thing so that I could move
a database from one system to another. I could have gone the flat
file route, but it has caused me significant grief in the past and
meant that I had to have multiple text files.
The reason I need this was because the customer machine we were using
to demonstrate/teach on had very (very!) restrictive security
practices and we were very limited as to what we could get on the box.
The whole thing is past now - I had to live with what I got get my
hands on - but I was interested for the sake of any similar situations
in the future.
You can do this with the standard tools for MySQL I've used it several
times as a way to move demo databases from one system to another. I
just thought that Nav has a similar option.
Jon Paris
www.Partner400.com
www.SystemiDeveloper.com
On 15-Nov-09, at 7:22 AM, midrange-l-request@xxxxxxxxxxxx wrote:
AFAIK there is no feature within the iSeries Navigator that will
create the
insert statements.
The only way I'm aware of is a manual way (or maybe you could write an
embedded SQL program).
Create the table as follows:
CREATE TABLE NewSchema/NewTable
As (Select * from OldSchema/OldTable)
With Data;
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.