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 > Informix > Error while creating external table

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-03-10, 04:12
singhipst singhipst is offline
Registered User
 
Join Date: Jul 2006
Location: Bangalore
Posts: 57
Red face Error while creating external table

Hi,

I want to create an external table to load data from flat file.

I tried to execute below code in dbaccess terminal but i am getting 201 syntax error message.

Code:
CREATE EXTERNAL TABLE ET_TEST
(
id int, 
name char(10)
)
USING
DATAFILES ('DISK:/home/rtest.unl'),
FORMAT 'DELIMITED',
REJECTFILE '/home/rtest.rej',
MAXERRORS 250,
DELUXE
);
Can any body let me know how to create an external table in IDS 11.50.

I am using IDS 11.50 on SOLARIS machine.

Thanks in advance.........

Regards:
Ritesh Kumar
Reply With Quote
Reply

Thread Tools
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