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 > Sybase > Sybase IQ : Load query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-08, 03:25
niranjan555 niranjan555 is offline
Registered User
 
Join Date: Aug 2007
Posts: 59
Sybase IQ : Load query

hi
i am trying to load data from flat file to iq database table. i have given some parameters while load as:
CHECK CONSTRAINTS OFF
QUOTES OFF
ESCAPES OFF
DELIMITED BY '|'
ROW DELIMITED BY '#'
FORMAT ASCII
WITH CHECKPOINT ON
ON FILE ERROR CONTINUE
PREVIEW ON
SKIP 10
Message Log 'c:\msg.log'
Row Log 'c:\row.log';

while loading the data, if a single column in a single row is not matched with the table, all load process stops. it does not insert a single row into the table.
row log file writes some timestamps onluy. no record writes into row log file.

actually i am expecting that the rows which has errors should be written into log file and the other rows should be inserted into table successfully.
but in practicle situation this does not happens.

can any one help me in this situation?

waiting for the reply

regards
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