c***@us.ibm.com
2007-10-22 13:52:13 UTC
Hello everyone.
I have a script file DDL(data definition language) and I was wondering how I can load this into DB2. I have DB2 devlopement tools/DB2 control center.
But I don't see an option to import .DDL's to create a database/tables.
an example of my script is the following:
CREATE DISTINCT TYPE functionType_32767 AS VARCHAR(32767);
CREATE TABLE "MSM".
"bridgeLink"
(
"ActivateCommandText" CharVar_32767
,
"AggregationParent" ObjectLinkList
..
..
Any help would be great! I'm new to DB2 in general.
I have a script file DDL(data definition language) and I was wondering how I can load this into DB2. I have DB2 devlopement tools/DB2 control center.
But I don't see an option to import .DDL's to create a database/tables.
an example of my script is the following:
CREATE DISTINCT TYPE functionType_32767 AS VARCHAR(32767);
CREATE TABLE "MSM".
"bridgeLink"
(
"ActivateCommandText" CharVar_32767
,
"AggregationParent" ObjectLinkList
..
..
Any help would be great! I'm new to DB2 in general.