RE: Import from Paradox

2003-09-17 Thread Damien Hogan
I have not used paradox but in most database you can do: (A mysql example) show create table tblName and it will generate the create table sql for a table. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 12:41 AM To: [EMAIL P

Normalized Result

2003-09-17 Thread Damien Hogan
I don’t know if I am the only one who has ever asked this. But I don’t seem to be able to find any information about it. Here is what I want to do. Create table Company Id int auto_increment primary key, Name varchar(20); Create table Employee Id int auto_inc