It was created by this script in a CF file:
<CFQuery datasource="mtm" name="trial">
Create table trial
(ID int not NULL PRIMARY KEY IDENTITY,
Orderdate Char (50) not null,
Institution Char (50) not null,
Customer Char (50) not null,
address Char (50) not null,
city Char (10) not null,
state Char (10) not null,
zip Char (5) not null,
phone Char (8) not null,
login Char (10) not null,
email1 Char (50) not null)
</CFQUERY>
Robert O.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

