If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Creating Dynamic Table and Load the data from CSV file.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-09, 10:44
db2pro db2pro is offline
Banned
 
Join Date: Mar 2009
Posts: 36
Creating Dynamic Table and Load the data from CSV file.

Hi All,

Can anyone please help me in creating a dynamic table and load that table with the values from a CSV file.


Thanks a lot
Reply With Quote
  #2 (permalink)  
Old 07-08-09, 10:47
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Pardon my ignorance. What is a dynamic table ?

And what platform and db2 version are you using ?

Can you give an example

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 07-08-09, 10:57
db2pro db2pro is offline
Banned
 
Join Date: Mar 2009
Posts: 36
Hi Sathyaram, Thanks for ur reply..

Dynamic table is a temporary table... which should go off after I use the values from that table in a stored proc.

I am trying to fetch the values into this table from a CSV file and then I will use the values in a stored proc...This will happen frequently so I am thinking of creating a dynamic table.

DB2 Version: v9.5.0.3

OS LEVEL: AIX 5.3
Reply With Quote
  #4 (permalink)  
Old 07-08-09, 11:22
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Check the global temporary tables and the IMPORT and LOAD commands in the manuals.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On