|
hi, i need to create a table in a database according a fieldlist (received from a flat file). fieldlists and datatypes are read in depending on which db should be created. i already define the parameters (ID, tablename, schema, database and filetype). how can i do this in a procedure? thanks in advance
(comments are locked)
|


Can you please specify the structure of the file? Would there be one file for each table? The more information you give, the more better help you get :-)
Hi Usman,
it's one file for each table. i already created the procedure that reads the file and stores the information on the right database (CreateStructureDropObject). Now i need to create the table in the right database. The structure of the database is described by the parameters.
thanks in advance.
Can you please share the information of those parameters and how they are stored in the database? Based upon that we could hint you how it could be done.