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 > Data Access, Manipulation & Batch Languages > Perl and the DBI > Perl internal database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-10-07, 11:47
mrbean75 mrbean75 is offline
Registered User
 
Join Date: Apr 2007
Posts: 6
Perl internal database

Hi All,
Does Perl have any internal database to work with? I need to extract and manipulate a lot of data from a DB2 database. I am using Perl script database modules for this purpose. However, it is taking a lot of time because of many sqls from the same the same tables. It could be much faster if I, say, retrieve the table data and store it internally somewhere and then performing some queries against that resultset rather than doing queries against the LAN database. So, my question is would Perl support something like this. Because I have to do some queries against the initial resultset, storing it in a text file, etc wouldnt work. Can anyone let me know if this kind of thing is possible at all.
Thank you all very much in advance.
Reply With Quote
  #2 (permalink)  
Old 04-22-07, 21:20
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
If you're looking for very simple capability, you can use tied hashes and such. A simple example.

Otherwise, there are a ton of database interfaces available.
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