Don Brown wrote:
{snip}

Of course, you always could simply export all the data into
csv or tab-delimited files and import.

Don

If you do this, I would use a character to delimit that does not occur in the database, ie a pipe | (hex 7c i think) or a semicolon... that way you won't lose as much data by creating extra fields whenever and wherever there are commas,,, and tabs. ;)

dean

Reply via email to