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
I dont know if I am the only one who has ever asked this. But I dont 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