Hello everybody, Is there any easy way to modify an existing table? I need to do three things:
1) add one more column 2) change the name of one column (keeping the data intact) 3) rename a table Or do I have to read in and then write out the whole database? Thanks! Dennis