Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Informix > External table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-03, 12:41
pd12 pd12 is offline
Registered User
 
Join Date: Sep 2003
Posts: 22
External table

Hello All,

Can i get some help on external table in Informix?
Does it load data from datafile ?

Thanks
PD
Reply With Quote
  #2 (permalink)  
Old 10-01-03, 05:58
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Hi, it depends what you mean with an external table.
What version of Informix do you have?

If it i sversion 9, you have the possibility to implement external tables with the Virtual table interface and Virtual Index Interface. All this is described in the manuals of virtual table interface.
One implementation of th eVirtual table Interface, can be th eC-Isam datablade. If your external table is a C-Isam file, I would suggest you use this interface. it treats C-Isam files as it were tables.

If this is the case, yes you can load data from a data file with all load and unload tools, described in the migration guide.
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 10-01-03, 06:17
pd12 pd12 is offline
Registered User
 
Join Date: Sep 2003
Posts: 22
Thank you, Guru

Hello Guru,

Thank you.

I am using IBM Informix Extended Parallel Server Version 8.32.FC2X4, since i have never worked on external table in previous version, i am having little difficulty in undestanding external table.
I tried creating one, and found that if i create ext. table, with datafile and rejectfile mentioned, then when i insert data, it's in the seq. file.
Now, as i understand from some reading that ext. table is used to load and unload both. So, that's where i am.
I am searching thru' net and not getting exact details on the same.
To thoroughly understand the use and what it is, what manual should i refer ? SQL ref and user have very less details on the same.

Regards,
PD




Quote:
Originally posted by Roelwe
Hi, it depends what you mean with an external table.
What version of Informix do you have?

If it i sversion 9, you have the possibility to implement external tables with the Virtual table interface and Virtual Index Interface. All this is described in the manuals of virtual table interface.
One implementation of th eVirtual table Interface, can be th eC-Isam datablade. If your external table is a C-Isam file, I would suggest you use this interface. it treats C-Isam files as it were tables.

If this is the case, yes you can load data from a data file with all load and unload tools, described in the migration guide.
Reply With Quote
  #4 (permalink)  
Old 10-01-03, 06:31
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Hello - Coul dyou pls not call me GURU; I didn't choose the name ...

Anyway...
I didn't know you were using XPS; This is a bit different than IDS. XPS doesn't use VTI or VII.
Check out this manual:
http://www-3.ibm.com/software/data/i...6521a-pdf.html

I got it from
http://www-3.ibm.com/software/data/i...ry/xps_83.html
__________________
rws
Reply With Quote
  #5 (permalink)  
Old 10-01-03, 06:55
pd12 pd12 is offline
Registered User
 
Join Date: Sep 2003
Posts: 22
Thank you rws,( does that sound better ?)

Yes, the manuals are much more informative than expected.
I was looking for detail information like that.
Thank you again.

Regards,
PD
Reply With Quote
  #6 (permalink)  
Old 10-01-03, 07:10
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Great - rws sound better indeed...
__________________
rws
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

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