Theodore
04-13-2004, 09:09 PM
I have a table name flextable with columns containing:
timestamp: application: module: users: comments: batchdate: batchtime.
I created a second table name license with columns containing:
free_license: application: batchdate: batchtime:
Question:
Data for column "free_license" for the second table will be parse from a text file.
I would also like to have data store from flextable into application,batchdate and batchtime columns and as foreign key.
What would reccomend to accomplish this task?I could be wrong in this stratagy but that is why I am here.
thanks
-t
timestamp: application: module: users: comments: batchdate: batchtime.
I created a second table name license with columns containing:
free_license: application: batchdate: batchtime:
Question:
Data for column "free_license" for the second table will be parse from a text file.
I would also like to have data store from flextable into application,batchdate and batchtime columns and as foreign key.
What would reccomend to accomplish this task?I could be wrong in this stratagy but that is why I am here.
thanks
-t



