hi,

I'm writing an application in C that basically converts binary data into 
something meaningful.  My first attempt was to parse the binary and insert 
directly to the database in one step.  But this proved to be very slow.  So I 
decided to go with a two step process.  The first step is to parse the data and 
create a flat file with tab delimited fields.  The second step is to load this 
data using the COPY command.  I don't quite understand how this is done within 
C.  Can someone provide me with some examples.  I've already done some searches 
on the internet.  the examples that I found don't match with I'm trying to do.  
Please help!

thanks,
jason.



---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to