View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default how to read excel spreadsheet into database (DB2)

You might look at Mr. Erlandsen's site:
http://www.erlandsendata.no/english/...odao/index.php

He shows Excel to Access, but it should be easily adaptable.

--
Regards,
Tom Ogilvy


"mairhtin o'feannag" <mairhtin at techsolutionsgroupllc dot com wrote in
message ...
hello,

I want to read the contents of a spreadsheet and then insert them into a

DB2 database. The DB2 stuff I can do, but I don't see a clear example of
how to create a recordset from the rows of a spreadsheet. I have a fixed
format spreadsheet, so I know that I want the first, sixth, ninth and
eleventh columns of the row. I also know that the first is text, the rest
are integer.

Any code examples or snippets out there? I would really appreciate any

assistance. And, could you reply both here and to my email? it's mairhtin
at techsolutionsgroupllc dot com.

THANKS!!!!